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/include/states/mainstate.h | |
| parent | 88337851cba239070de5e3204b6c75085cbc67bd (diff) | |
Fix new imports
Diffstat (limited to 'state_mainstate/include/states/mainstate.h')
| -rw-r--r-- | state_mainstate/include/states/mainstate.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/state_mainstate/include/states/mainstate.h b/state_mainstate/include/states/mainstate.h index f29c7b9..dc1cb7c 100644 --- a/state_mainstate/include/states/mainstate.h +++ b/state_mainstate/include/states/mainstate.h @@ -2,14 +2,10 @@ #define STATE_TITLESCREEN_H #include <stdbool.h> -#include <engine/core/types.h> -#include <engine/rendering/rendering.h> -#include <engine/resources.h> -#include <engine/ctrl/input.h> -//#include <engine/state.h> -//#include <engine/engine.h> -//#include <engine/ui.h> -//#include <engine/input.h> +#include <daw/types.h> +#include <daw/rendering.h> +#include <daw/resources.h> +#include <daw/input.h> #include <cglm/cglm.h> |
