aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-05 17:12:56 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-05 17:12:56 +0100
commit1e9e564f3806d07c7b0dc445c4ae2e738350fc83 (patch)
treec7d67cef8ae898288ac769eb8ee8f3252369d736 /src/crepe/api
parent5072b4cc9bf56a4764c9bbd2bb748b6d3d511374 (diff)
`make format`
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/AudioSource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/api/AudioSource.h b/src/crepe/api/AudioSource.h
index 7c1f161..b20e490 100644
--- a/src/crepe/api/AudioSource.h
+++ b/src/crepe/api/AudioSource.h
@@ -1,8 +1,8 @@
#pragma once
#include "../Component.h"
-#include "../types.h"
#include "../facade/SoundHandle.h"
+#include "../types.h"
#include "Asset.h"
#include "GameObject.h"
@@ -69,7 +69,6 @@ private:
//! \}
//! This source's voice handle
SoundHandle voice{};
-
};
} // namespace crepe