aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.hpp')
-rw-r--r--src/app/app.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/app.hpp b/src/app/app.hpp
new file mode 100644
index 0000000..d02c405
--- /dev/null
+++ b/src/app/app.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "app/options.hpp"
+
+void app_start(const AppOptions &app_options);