summaryrefslogtreecommitdiff
path: root/src/include/gameui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gameui.h')
-rw-r--r--src/include/gameui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gameui.h b/src/include/gameui.h
index c9f607e..e36bc8c 100644
--- a/src/include/gameui.h
+++ b/src/include/gameui.h
@@ -6,6 +6,8 @@
#include "data_ress.h"
#include "data_game.h"
+int setInitialState(gameIni_t *gIni, gameState_t *gState);
+
/* Create list of all in-game sprite to render (for batch processing) */
int buildRenderList(gameIni_t *gIni, gameRess_t *gRess, gameState_t *gState);
void disposeRenderList(gameState_t *gState);