diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:50:49 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:50:49 +0200 |
commit | e54ebc7e74f3ca94de3467a03397c0aad2aed079 (patch) | |
tree | 87275746537881f8d21be33ae842374fd3750d49 /src/crepe/api/AudioSource.h | |
parent | c40332b990b025d2bd7b94e41184d7f0547da203 (diff) |
`make format` + clang-tidy
Diffstat (limited to 'src/crepe/api/AudioSource.h')
-rw-r--r-- | src/crepe/api/AudioSource.h | 2 |
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; |