summaryrefslogtreecommitdiff
path: root/engine-ocean/Game/Systems/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine-ocean/Game/Systems/system.cpp')
-rw-r--r--engine-ocean/Game/Systems/system.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-ocean/Game/Systems/system.cpp b/engine-ocean/Game/Systems/system.cpp
new file mode 100644
index 0000000..764114c
--- /dev/null
+++ b/engine-ocean/Game/Systems/system.cpp
@@ -0,0 +1,6 @@
+#include "system.h"
+
+System::System()
+{
+
+}