diff options
| author | realtradam <[email protected]> | 2023-06-16 01:18:13 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-16 01:18:13 -0400 |
| commit | a47cc44ef7191d03f8ca1b8d4e6b9dd34fba1807 (patch) | |
| tree | f7e358545f5043df20695d0cf51dcf8caa10cb12 /src/rodeo_internal_types.h | |
| parent | 425516a9c53183179c43517f1b6501a790378a05 (diff) | |
| download | RodeoKit-a47cc44ef7191d03f8ca1b8d4e6b9dd34fba1807.tar.gz RodeoKit-a47cc44ef7191d03f8ca1b8d4e6b9dd34fba1807.zip | |
matrix math wrapper as well as various refactors for consistant and cleaner code
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; } |
