Started rewriting

This commit is contained in:
2016-05-17 15:31:49 +02:00
parent 5df4a1d8d0
commit 876ec56780
29 changed files with 884 additions and 79 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
class ModelHandler
{
public:
ModelHandler();
~ModelHandler();
};