diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 11:27:23 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 11:27:23 +0100 |
commit | a9fba4fa1fc348cdbbd60e9bda58b62b35019380 (patch) | |
tree | ff0d4c33f34573c7b44c17902dd953a56d4e4799 /src/crepe/api | |
parent | c35a53ff122d9ea3547ef8ae6035bd9e1b10d4cb (diff) | |
parent | 958475050c80addf584b6a166649c337c68a879f (diff) |
Merge branch 'niels/UI' of github.com:lonkaars/crepe into jaro/main-menu
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Animator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Animator.h b/src/crepe/api/Animator.h index efc2f6e..95539d3 100644 --- a/src/crepe/api/Animator.h +++ b/src/crepe/api/Animator.h @@ -1,7 +1,7 @@ #pragma once -#include "../types.h" #include "../manager/LoopTimerManager.h" +#include "../types.h" #include "Component.h" #include "Sprite.h" |