aboutsummaryrefslogtreecommitdiff
path: root/eng/inc/gameng.h
diff options
context:
space:
mode:
Diffstat (limited to 'eng/inc/gameng.h')
-rw-r--r--eng/inc/gameng.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/inc/gameng.h b/eng/inc/gameng.h
index 9fc48a3..e808186 100644
--- a/eng/inc/gameng.h
+++ b/eng/inc/gameng.h
@@ -1,6 +1,8 @@
#pragma once
#include "game.h"
+typedef struct Game Game;
+
/* calls fatal on failure, consider it never returns NULL */
Game *game_create(void);