diff libmlk-core/core/game.h @ 311:f10fd1293a7e

core: fix states + tests
author David Demelier <markand@malikania.fr>
date Thu, 09 Sep 2021 13:57:54 +0200
parents 648f5f949afb
children d01e83210ca2
line wrap: on
line diff
--- a/libmlk-core/core/game.h	Mon Sep 06 09:56:59 2021 +0200
+++ b/libmlk-core/core/game.h	Thu Sep 09 13:57:54 2021 +0200
@@ -39,6 +39,9 @@
 CORE_BEGIN_DECLS
 
 void
+game_init(void);
+
+void
 game_push(struct state *);
 
 void