summaryrefslogtreecommitdiff
path: root/gltfview/src/plugins/gltf_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gltfview/src/plugins/gltf_view.h')
-rw-r--r--gltfview/src/plugins/gltf_view.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gltfview/src/plugins/gltf_view.h b/gltfview/src/plugins/gltf_view.h
new file mode 100644
index 0000000..670d88d
--- /dev/null
+++ b/gltfview/src/plugins/gltf_view.h
@@ -0,0 +1,9 @@
1#pragma once
2
3#include "plugin.h"
4
5#include <gfx/scene.h>
6
7typedef struct State {
8 int unused;
9} State;