#pragma once #include #include #include #include namespace sirEdit { extern Gtk::Application* mainApplication; extern void loadFile(Gtk::Window* window, Gtk::FileChooserNative* chooser); extern void runInGui(std::function func); }