diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-14 14:06:18 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-14 14:06:18 +0100 |
commit | 431b0bd7c6c502b42bb5be5488371d8c475e7024 (patch) | |
tree | e077fe2365f3d441c2201f7cb3ab38920bf2b3ae /src/crepe/api/AudioSource.h | |
parent | 07adbf48e0781cd8c95983c1871a84b6160ee5bf (diff) |
move some shit around
Diffstat (limited to 'src/crepe/api/AudioSource.h')
-rw-r--r-- | src/crepe/api/AudioSource.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/api/AudioSource.h b/src/crepe/api/AudioSource.h index 0748267..8a78927 100644 --- a/src/crepe/api/AudioSource.h +++ b/src/crepe/api/AudioSource.h @@ -1,11 +1,10 @@ #pragma once -#include <memory> - -#include "../Asset.h" #include "../Component.h" #include "../types.h" +#include "Asset.h" + namespace crepe { //! Audio source component |