From 351f83b6d331eef1fb5e1cbfa8bed25da8f96a57 Mon Sep 17 00:00:00 2001 From: ancarola Date: Fri, 25 Jan 2019 23:47:41 +0100 Subject: Template error on compile signal test --- engine/include/flatland.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/include/flatland.hpp') 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 { -- cgit v1.2.1