From a47cc44ef7191d03f8ca1b8d4e6b9dd34fba1807 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 01:18:13 -0400 Subject: matrix math wrapper as well as various refactors for consistant and cleaner code --- src/rodeo_internal_types.h | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'src/rodeo_internal_types.h') 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 -// -- external -- -#if __EMSCRIPTEN__ - #include -#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; } -- cgit v1.2.3