Fix function prototype

This commit is contained in:
Godzil
2020-02-19 15:45:19 +00:00
parent 60d639f3a7
commit efe46e2864

View File

@@ -9,7 +9,7 @@
#include <worldbuilder.h>
#include <world.h>
World DefaultWorld::BuildWorld(const char *filename)
DefaultWorld::DefaultWorld()
{
}