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