diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-22 20:05:02 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-22 20:05:02 +0100 |
commit | ec69f40540317215d0f30e1f8e43d0e18450f8cc (patch) | |
tree | 1468a8d5bbf4a8800cee89c9e114d09348fa88bb /src/crepe/api/Animator.h | |
parent | a600cc55468a6513743ce916aa3da129270c23f0 (diff) |
`make format`loek/game
Diffstat (limited to 'src/crepe/api/Animator.h')
-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 8be693e..bcf6379 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" |