diff options
| author | jussi | 2023-10-29 13:21:42 +0200 |
|---|---|---|
| committer | jussi | 2023-10-29 13:21:42 +0200 |
| commit | 76911d45a879838047b2845cd6124e9ca3af083a (patch) | |
| tree | 2ff82956451818faaa8956fa2af543fc32646a03 /include/state.h | |
| parent | fd49d806cf1f54fb86c3ed7b9db499f473a3ef1d (diff) | |
| download | reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.tar.gz reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.tar.bz2 reilua-enhanced-76911d45a879838047b2845cd6124e9ca3af083a.zip | |
New object types for all types.
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/state.h b/include/state.h index 37a6d8c..4b023aa 100644 --- a/include/state.h +++ b/include/state.h @@ -3,34 +3,12 @@ #define ALLOC_PAGE_SIZE 256 typedef struct { - ModelAnimation *animations; - unsigned int animCount; -} ModelAnimations; - -typedef struct { char *exePath; bool hasWindow; bool run; lua_State *luaState; Vector2 resolution; int logLevelInvalid; - /* Resources. */ - /* Meshes. */ - Mesh **meshes; - size_t meshCount; - size_t meshAlloc; - /* Materials. */ - Material **materials; - size_t materialCount; - size_t materialAlloc; - /* Models. */ - Model **models; - size_t modelCount; - size_t modelAlloc; - /* ModelAnimations. */ - ModelAnimations **animations; - size_t animationCount; - size_t animationAlloc; /* Raylib GLFW input callback events. */ /* Window events. */ GLFWwindowsizefun raylibWindowSizeCallback; |
