From 870d87b3b93d34207301c0b3fb084b275599dcb5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 31 Oct 2022 15:29:40 +0100 Subject: a --- editor/app.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor') 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; -- cgit v1.2.3