diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:56:19 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:56:19 +0200 |
| commit | e7377daf2fe3b759fbbf7e57f88c412c3b1cf011 (patch) | |
| tree | d4b3af9e752b0e42116b992d27654bac5c5710ad /src/example/script.cpp | |
| parent | 58465175e761a908752542255fe584ce3aa1d163 (diff) | |
`make format`
Diffstat (limited to 'src/example/script.cpp')
| -rw-r--r-- | src/example/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/script.cpp b/src/example/script.cpp index f737a90..d0cc121 100644 --- a/src/example/script.cpp +++ b/src/example/script.cpp @@ -7,8 +7,8 @@ #include <crepe/ScriptSystem.h> #include <crepe/util/log.h> -#include <crepe/api/Config.h> #include <crepe/api/BehaviorScript.h> +#include <crepe/api/Config.h> #include <crepe/api/GameObject.h> #include <crepe/api/Script.h> |