diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-03 11:24:12 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-03 11:24:12 +0100 |
commit | cc821016c8ddce45a1e3f192415f58be237b8a1e (patch) | |
tree | 7afbaafca17091150b404dfbf0cbfa87663515f0 /src/crepe/api/Texture.cpp | |
parent | b6609b0fbc263f4fd93791f3897c5f2840b962f2 (diff) |
`make format`
Diffstat (limited to 'src/crepe/api/Texture.cpp')
-rw-r--r-- | src/crepe/api/Texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Texture.cpp b/src/crepe/api/Texture.cpp index c23b91e..2b56271 100644 --- a/src/crepe/api/Texture.cpp +++ b/src/crepe/api/Texture.cpp @@ -2,8 +2,8 @@ #include "../util/Log.h" #include "Asset.h" -#include "types.h" #include "Texture.h" +#include "types.h" using namespace crepe; using namespace std; |