diff options
Diffstat (limited to 'src/World.hpp')
-rw-r--r-- | src/World.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/World.hpp b/src/World.hpp index 52493a7..805084c 100644 --- a/src/World.hpp +++ b/src/World.hpp @@ -17,9 +17,7 @@ class World { int dimension = 0; Section ParseSection(StreamInput *data, Vector position); - - World(const World &other); - World &operator=(const World &other); + public: World(); |