From 827f09031e2d3cc15e956b242774a4566e1403c1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 7 Nov 2024 20:52:06 +0100 Subject: more WIP audio system --- src/crepe/system/System.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/crepe/system/System.cpp (limited to 'src/crepe/system/System.cpp') diff --git a/src/crepe/system/System.cpp b/src/crepe/system/System.cpp new file mode 100644 index 0000000..fa51d2f --- /dev/null +++ b/src/crepe/system/System.cpp @@ -0,0 +1,7 @@ +#include "System.h" + +using namespace crepe; + +// TODO: ComponentManager shouldn't be a singleton +System::System() : compmgr(ComponentManager::get_instance()) {} + -- cgit v1.2.3