3 #include "common/common.hpp" 5 #include "editor_interface.hpp" 6 #include "util/window_state_store.hpp" 13 virtual void save_as(
const std::string &fn) = 0;
24 bool get_need_update();
25 static std::string fix_filename(std::string s);
29 std::unique_ptr<EditorWindowStore> store =
nullptr;
31 Gtk::Button *save_button =
nullptr;
34 bool need_update =
false;
Definition: editor_window.hpp:9
Definition: window_state_store.hpp:20
Definition: editor_interface.hpp:4
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:18
Definition: editor_window.hpp:20