diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-07-28 11:25:09 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-07-28 12:27:27 +0000 |
| commit | a4884f7b42659638eb1bfb59d131454878c1a71f (patch) | |
| tree | 67087cddc98b0ae057f0232dd0fe6c99260f4d3e /include/engine/state.h | |
| parent | 22db1a2e1b41bed7d5083ce68888a583881d58bf (diff) | |
test
Diffstat (limited to 'include/engine/state.h')
| -rw-r--r-- | include/engine/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/engine/state.h b/include/engine/state.h index 83b57a2..e0ec6f9 100644 --- a/include/engine/state.h +++ b/include/engine/state.h @@ -6,7 +6,7 @@ typedef enum StateType { STATE_null, #define State(name) STATE_##name, -#include <state_type_list.h> +#include <states/list_of_states.h> #undef State STATE_quit, } StateType; |
