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
+8
View File
@@ -0,0 +1,8 @@
#pragma once
class WorldModel
{
public:
WorldModel();
~WorldModel();
};