From 3cd5b0bcca694630fcb4b977ddf7be7cd1bce153 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 20 Jan 2024 15:54:54 -0800 Subject: Rename gltfview -> game. --- gltfview/src/game.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gltfview/src/game.h (limited to 'gltfview/src/game.h') diff --git a/gltfview/src/game.h b/gltfview/src/game.h deleted file mode 100644 index 93a5e39..0000000 --- a/gltfview/src/game.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Header file defining the game state, included by plugins. - */ -#pragma once - -typedef struct PluginEngine PluginEngine; -typedef struct Plugin Plugin; -typedef struct Gfx Gfx; -typedef struct Scene Scene; -typedef struct SceneCamera SceneCamera; - -/// Game state. -typedef struct { - int argc; - const char** argv; - PluginEngine* plugin_engine; - Plugin* plugin; - Gfx* gfx; -} Game; -- cgit v1.2.3