diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 15:01:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 15:01:58 +0100 |
commit | 68c9e7511ea52c6ee70d052bbdf2923cd68bfa8a (patch) | |
tree | 508bfd76d4759eab936300531c7a468aaf740cf2 /src/crepe/system/AISystem.cpp | |
parent | e49893e8de74534494792955c50ea0eabaf3ba38 (diff) |
`make format`wouter/gameloop
Diffstat (limited to 'src/crepe/system/AISystem.cpp')
-rw-r--r-- | src/crepe/system/AISystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/AISystem.cpp b/src/crepe/system/AISystem.cpp index ffb1bcd..ed22203 100644 --- a/src/crepe/system/AISystem.cpp +++ b/src/crepe/system/AISystem.cpp @@ -1,8 +1,8 @@ #include <algorithm> #include <cmath> -#include "manager/LoopTimerManager.h" #include "manager/ComponentManager.h" +#include "manager/LoopTimerManager.h" #include "manager/Mediator.h" #include "AISystem.h" |