summaryrefslogtreecommitdiff
path: root/bowshock/source/server/ObjectRoot/constructor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bowshock/source/server/ObjectRoot/constructor.cxx')
-rw-r--r--bowshock/source/server/ObjectRoot/constructor.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bowshock/source/server/ObjectRoot/constructor.cxx b/bowshock/source/server/ObjectRoot/constructor.cxx
new file mode 100644
index 0000000..50755c3
--- /dev/null
+++ b/bowshock/source/server/ObjectRoot/constructor.cxx
@@ -0,0 +1,7 @@
+// Copyright 2022-2023 Gabriel Bjørnager Jensen.
+
+#include <bow/server.hxx>
+
+bow::ObjectRoot::ObjectRoot() noexcept {
+ this->elements = nullptr;
+}