summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-31 15:29:40 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-10-31 15:29:40 +0100
commit870d87b3b93d34207301c0b3fb084b275599dcb5 (patch)
tree5dcfe013b0aaa70d27e786259e87dac9a526a6cd /editor/app.hpp
parentf2c0a9ec2fb4f51c0914c193a1600ca37ef01dcd (diff)
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index cfea9c12..3d25fb4e 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -32,6 +32,9 @@ struct cursor_state final {
struct app final : floormat_app
{
+ static int run_from_argv(int argv, const char* const* argc);
+
+private:
app(fm_settings&& opts);
~app() override;