summaryrefslogtreecommitdiffhomepage
path: root/main/floormat-main-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/floormat-main-impl.cpp')
-rw-r--r--main/floormat-main-impl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/floormat-main-impl.cpp b/main/floormat-main-impl.cpp
index 7ba31490..6040beb8 100644
--- a/main/floormat-main-impl.cpp
+++ b/main/floormat-main-impl.cpp
@@ -207,6 +207,11 @@ void main_impl::quit(int status)
Platform::Sdl2Application::exit(status);
}
+int main_impl::exec()
+{
+ return Sdl2Application::exec();
+}
+
struct world& main_impl::world() noexcept
{
return _world;