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 | |
parent | 58465175e761a908752542255fe584ce3aa1d163 (diff) |
`make format`
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/log.cpp | 3 | ||||
-rw-r--r-- | src/example/script.cpp | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/example/log.cpp b/src/example/log.cpp index 86ef193..3bc6d80 100644 --- a/src/example/log.cpp +++ b/src/example/log.cpp @@ -3,8 +3,8 @@ * Standalone example for usage of the logging functions */ -#include <crepe/util/log.h> #include <crepe/api/Config.h> +#include <crepe/util/log.h> using namespace crepe; using namespace crepe::util; @@ -22,4 +22,3 @@ int main() { return 0; } - 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> |