aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:50:49 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:50:49 +0200
commite54ebc7e74f3ca94de3467a03397c0aad2aed079 (patch)
tree87275746537881f8d21be33ae842374fd3750d49 /src/crepe/api
parentc40332b990b025d2bd7b94e41184d7f0547da203 (diff)
`make format` + clang-tidy
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/AudioSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/AudioSource.h b/src/crepe/api/AudioSource.h
index 9dfaf46..2002d1a 100644
--- a/src/crepe/api/AudioSource.h
+++ b/src/crepe/api/AudioSource.h
@@ -2,8 +2,8 @@
#include <memory>
-#include "Component.h"
#include "Asset.h"
+#include "Component.h"
namespace crepe {
class Sound;