diff options
Diffstat (limited to 'src/gui/gui.hpp')
-rw-r--r-- | src/gui/gui.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.hpp b/src/gui/gui.hpp index ab1be8ab..b6f12add 100644 --- a/src/gui/gui.hpp +++ b/src/gui/gui.hpp @@ -33,7 +33,8 @@ namespace GUI { extern "C" { - void run(int argc, char** argv, Ingen::Shared::World* world); + void init(int argc, char** argv, Ingen::Shared::World* world); + void run(); } |