diff options
author | 3gg <3gg@shellblade.net> | 2023-06-17 20:37:26 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-06-17 20:37:26 -0700 |
commit | be63cdf390b0bdbb00ba67cff95d165d214418fb (patch) | |
tree | f730f79bf6f04a44cb7489e3d9fd6b50f4e3b716 /gltfview/src/plugins/texture_view.h | |
parent | 9d1eb251b5d26759e17dd7bee316cf27fdcb28bf (diff) |
Allow plugins to not have to define all plugin functions.
Diffstat (limited to 'gltfview/src/plugins/texture_view.h')
-rw-r--r-- | gltfview/src/plugins/texture_view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gltfview/src/plugins/texture_view.h b/gltfview/src/plugins/texture_view.h index 670d88d..956f34a 100644 --- a/gltfview/src/plugins/texture_view.h +++ b/gltfview/src/plugins/texture_view.h | |||
@@ -1,9 +1,3 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "plugin.h" | 3 | #include "plugin.h" |
4 | |||
5 | #include <gfx/scene.h> | ||
6 | |||
7 | typedef struct State { | ||
8 | int unused; | ||
9 | } State; | ||