Project structure

This commit is contained in:
2016-05-11 11:14:23 +02:00
parent d032021cde
commit 9769b88156
20 changed files with 263 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "WorldModel.h"
WorldModel::WorldModel()
{
}
WorldModel::~WorldModel()
{
}