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