summaryrefslogtreecommitdiff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/game.h b/src/game/game.h
deleted file mode 100644
index bd98e7e..0000000
--- a/src/game/game.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef GAME_H
-#define GAME_H
-
-typedef struct {
- Arena *parena;
-
- Texture texture;
-
- Camera camera;
- V3 camera_dp;
-
- Model *model;
-
- U32 mesh_shader;
- U32 ui_shader;
-
- F32 t;
-} State;
-
-#endif /* GAME_H */