diff --git a/src/world/WorldTypes.h b/src/world/WorldTypes.h deleted file mode 100644 index a07ffb8c..00000000 --- a/src/world/WorldTypes.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef WORLD_WORLDTYPES_H_ -#define WORLD_WORLDTYPES_H_ - -#include "../voxels/WorldGenerator.h" -#include "../content/Content.h" -#include -#include - -class WorldTypes { -public: - static std::vector getWorldTypes(); - - static std::string getDefaultWorldType(); - - static WorldGenerator* createWorldGenerator(std::string worldType, const Content* content); -}; - -#endif /* WORLD_WORLDTYPES_H_ */ \ No newline at end of file