summaryrefslogtreecommitdiff
path: root/src/gameui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameui.c')
-rw-r--r--src/gameui.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gameui.c b/src/gameui.c
new file mode 100644
index 0000000..19d4530
--- /dev/null
+++ b/src/gameui.c
@@ -0,0 +1,10 @@
+#include "gameui.h"
+
+int buildRenderList(gameIni_t *gIni, gameRess_t *gRess, gameState_t *gState) {
+ return -1 //FIXME : Not yet implemented
+}
+void disposeRenderList(gameState_t *gState) {
+
+}
+
+#endif /*GAMEUI_H*/