diff options
author | 3gg <3gg@shellblade.net> | 2025-08-22 07:59:47 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-22 07:59:47 -0700 |
commit | 4b340ab0db3898b36a7e975690359eef3747284d (patch) | |
tree | 943f31cd133b9c815992bef7af072bdc90af7bb7 /src/game.h | |
parent | a82c2bbf3f80697b38706d288deecd100ef95a61 (diff) |
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; |