Project init

This commit is contained in:
2016-05-10 14:03:58 +02:00
parent cf9d88c1e1
commit 77ac841b8b
21 changed files with 8736 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "Model.h"
Model::Model()
{
}
Model::~Model()
{
}