summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/state.h b/include/state.h
index bf86d00..37a6d8c 100644
--- a/include/state.h
+++ b/include/state.h
@@ -15,18 +15,6 @@ typedef struct {
Vector2 resolution;
int logLevelInvalid;
/* Resources. */
- /* Sounds. */
- Wave **waves;
- size_t waveCount;
- size_t waveAlloc;
- /* Sounds. */
- Sound **sounds;
- size_t soundCount;
- size_t soundAlloc;
- /* Music. */
- Music **musics;
- size_t musicCount;
- size_t musicAlloc;
/* Meshes. */
Mesh **meshes;
size_t meshCount;
@@ -43,10 +31,6 @@ typedef struct {
ModelAnimations **animations;
size_t animationCount;
size_t animationAlloc;
- /* Lights. */
- Light **lights;
- size_t lightCount;
- size_t lightAlloc;
/* Raylib GLFW input callback events. */
/* Window events. */
GLFWwindowsizefun raylibWindowSizeCallback;