diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-30 16:32:13 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-30 16:32:13 +0100 |
commit | eefaeb807eb5d0b08353389070bf3d27c3d0d958 (patch) | |
tree | 14938c761e14ffa776c68836a1fcbaca1a4c1571 /src/crepe/system/System.cpp | |
parent | 30e2b2b0cbb503d83a087d8d326940c3c4bc8fff (diff) |
test and debug audio system
Diffstat (limited to 'src/crepe/system/System.cpp')
-rw-r--r-- | src/crepe/system/System.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/system/System.cpp b/src/crepe/system/System.cpp index f68549b..ecc740d 100644 --- a/src/crepe/system/System.cpp +++ b/src/crepe/system/System.cpp @@ -1,7 +1,5 @@ -#include "../util/Log.h" - #include "System.h" using namespace crepe; -System::System(const Mediator & mediator) : mediator(mediator) { dbg_trace(); } +System::System(const Mediator & mediator) : mediator(mediator) {} |