diff options
Diffstat (limited to 'gltfview/src/game.h')
-rw-r--r-- | gltfview/src/game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gltfview/src/game.h b/gltfview/src/game.h index 53725c7..93a5e39 100644 --- a/gltfview/src/game.h +++ b/gltfview/src/game.h | |||
@@ -16,6 +16,4 @@ typedef struct { | |||
16 | PluginEngine* plugin_engine; | 16 | PluginEngine* plugin_engine; |
17 | Plugin* plugin; | 17 | Plugin* plugin; |
18 | Gfx* gfx; | 18 | Gfx* gfx; |
19 | Scene* scene; // TODO: Move scene graph to plugin? | ||
20 | SceneCamera* camera; // TODO: Move too. | ||
21 | } Game; | 19 | } Game; |