diff options
| author | 0undefined <oscar@nelin.dk> | 2025-11-02 22:04:51 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-11-02 22:05:28 +0000 |
| commit | a48b5c6725ba01326949b261155223ce9cd7ba00 (patch) | |
| tree | 01145ad51488d22f2c93c0e71a5b83ba1fd0a3a8 /state_mainstate/src | |
| parent | 88337851cba239070de5e3204b6c75085cbc67bd (diff) | |
Fix new imports
Diffstat (limited to 'state_mainstate/src')
| -rw-r--r-- | state_mainstate/src/mainstate.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/state_mainstate/src/mainstate.c b/state_mainstate/src/mainstate.c index 276f0e1..2b12d9c 100644 --- a/state_mainstate/src/mainstate.c +++ b/state_mainstate/src/mainstate.c @@ -1,9 +1,9 @@ -#include <engine/engine.h> -#include <engine/utils.h> -#include <engine/core/logging.h> -#include <engine/rendering/rendering.h> +#include <daw/daw.h> +#include <daw/utils.h> +#include <daw/logging.h> +#include <daw/rendering.h> #include <states/mainstate.h> -#include <engine/core/state.h> +#include <daw/state.h> #include <worldgen.h> #define FOV_ORTHO 1 |
