diff options
author | 3gg <3gg@shellblade.net> | 2024-01-19 07:21:45 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-01-19 07:21:45 -0800 |
commit | 4212e57d06afac8a19b09fdebc24bad10b78f1ac (patch) | |
tree | 322b2e5cc2764ebd1855565bb8d871d9df33d704 /gltfview/src/plugins/gltf_view.h | |
parent | fc883e0b0449509ba2e1c5d14d187feee098ab34 (diff) |
Plugin refactor, moving scene from game to plugin.
Diffstat (limited to 'gltfview/src/plugins/gltf_view.h')
-rw-r--r-- | gltfview/src/plugins/gltf_view.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gltfview/src/plugins/gltf_view.h b/gltfview/src/plugins/gltf_view.h deleted file mode 100644 index 670d88d..0000000 --- a/gltfview/src/plugins/gltf_view.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "plugin.h" | ||
4 | |||
5 | #include <gfx/scene.h> | ||
6 | |||
7 | typedef struct State { | ||
8 | int unused; | ||
9 | } State; | ||