summaryrefslogtreecommitdiffstats
path: root/engine/include/flatland.hpp
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-25 23:47:41 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-25 23:47:41 +0100
commit351f83b6d331eef1fb5e1cbfa8bed25da8f96a57 (patch)
tree2a7ac7dc499f5b764caba981002e7a17bc1687d0 /engine/include/flatland.hpp
parentCore channel in flatland and signal test (diff)
downloadflatland-351f83b6d331eef1fb5e1cbfa8bed25da8f96a57.tar.gz
flatland-351f83b6d331eef1fb5e1cbfa8bed25da8f96a57.zip
Template error on compile signal test
Diffstat (limited to 'engine/include/flatland.hpp')
-rw-r--r--engine/include/flatland.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/flatland.hpp b/engine/include/flatland.hpp
index c0216d8..0ccf59c 100644
--- a/engine/include/flatland.hpp
+++ b/engine/include/flatland.hpp
@@ -36,7 +36,7 @@ struct flat_status
};
int init_flatland(FlatWindow*, const flat_status&, float fps = 60);
-void quit_flatland();
+void quit();
namespace core {