From fd49d806cf1f54fb86c3ed7b9db499f473a3ef1d Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 28 Oct 2023 16:42:49 +0300 Subject: New object types for Wave, Sound, Music and Light. --- include/state.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/state.h') 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; -- cgit v1.2.3