summaryrefslogtreecommitdiff
path: root/gltfview/src/game.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-01-19 07:21:45 -0800
committer3gg <3gg@shellblade.net>2024-01-19 07:21:45 -0800
commit4212e57d06afac8a19b09fdebc24bad10b78f1ac (patch)
tree322b2e5cc2764ebd1855565bb8d871d9df33d704 /gltfview/src/game.h
parentfc883e0b0449509ba2e1c5d14d187feee098ab34 (diff)
Plugin refactor, moving scene from game to plugin.
Diffstat (limited to 'gltfview/src/game.h')
-rw-r--r--gltfview/src/game.h2
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;