summaryrefslogtreecommitdiff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-06-06 10:30:01 +0500
committerpryazha <pryadeiniv@mail.ru>2025-06-06 10:30:01 +0500
commit90fb30cf3a92690178e5ad39095f604c2bc50afa (patch)
tree6d1a1deb1578a55bedfc19db831abcef27c9ed62 /src/game/game.h
parent143db0546b188bfbc5f4a2affa0d84cb42e2ce4a (diff)
trying to add windows support, also a lot of changes, some ui modifications
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 */