summaryrefslogtreecommitdiff
path: root/src/gamelogic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelogic.c')
-rw-r--r--src/gamelogic.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gamelogic.c b/src/gamelogic.c
new file mode 100644
index 0000000..d537fde
--- /dev/null
+++ b/src/gamelogic.c
@@ -0,0 +1,7 @@
+#include "gamelogic.h"
+
+int setInitialState(gameIni_t *gIni, gameState_t *gState) {
+ //FIXME : all lemmings states, skill counters...
+ return 0;
+}
+