diff options
| author | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 01:15:57 -0400 |
| commit | 94625b3133193acd22b68595fe922b7228528b11 (patch) | |
| tree | f7e358545f5043df20695d0cf51dcf8caa10cb12 /src/rodeo_internal_types.h | |
| parent | acc9db32d765728b63162d6fc74a278d0da10b83 (diff) | |
| download | RodeoKit-matrixtemp.tar.gz RodeoKit-matrixtemp.zip | |
fix matrix wrapper as well as a lot of refactoring cleanupmatrixtemp
Diffstat (limited to 'src/rodeo_internal_types.h')
| -rw-r--r-- | src/rodeo_internal_types.h | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/src/rodeo_internal_types.h b/src/rodeo_internal_types.h index 263b9c0..19b657e 100644 --- a/src/rodeo_internal_types.h +++ b/src/rodeo_internal_types.h @@ -1,27 +1,11 @@ #pragma once -// -- internal -- -// public -#include "rodeo_config.h" -#include "rodeo_types.h" +// -- system -- +#include <inttypes.h> -// -- external -- -#if __EMSCRIPTEN__ - #include <emscripten/emscripten.h> -#endif -#include "SDL.h" -#include "SDL_syswm.h" -#include "bgfx/c99/bgfx.h" -#include "stc/crandom.h" -/*#define CGLM_FORCE_LEFT_HANDED*/ -#define CGLM_FORCE_DEPTH_ZERO_TO_ONE -/*#define CGLM_CLIPSPACE_INCLUDE_ALL*/ -#include "cglm/cglm.h" - -typedef struct +typedef +struct { - stc64_t random_seed; - uint64_t frame_count; uint32_t frame_limit; } |
