diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ | |||
6 | typedef struct PluginEngine PluginEngine; | 6 | typedef struct PluginEngine PluginEngine; |
7 | typedef struct Plugin Plugin; | 7 | typedef struct Plugin Plugin; |
8 | typedef struct Gfx Gfx; | 8 | typedef struct Gfx Gfx; |
9 | typedef struct GfxApp GfxApp; | ||
9 | typedef struct Scene Scene; | 10 | typedef struct Scene Scene; |
10 | typedef struct SceneCamera SceneCamera; | 11 | typedef struct SceneCamera SceneCamera; |
11 | 12 | ||
@@ -15,6 +16,7 @@ typedef struct { | |||
15 | const char** argv; | 16 | const char** argv; |
16 | PluginEngine* plugin_engine; | 17 | PluginEngine* plugin_engine; |
17 | Plugin* plugin; | 18 | Plugin* plugin; |
19 | GfxApp* app; | ||
18 | Gfx* gfx; | 20 | Gfx* gfx; |
19 | int width; | 21 | int width; |
20 | int height; | 22 | int height; |