Spitting out files WIP

This commit is contained in:
antc13
2015-12-18 16:21:07 +01:00
parent 509a989d3b
commit c9db46564f
12 changed files with 257 additions and 20 deletions
+3
View File
@@ -37,6 +37,7 @@
#include "Material.h"
#include "Mesh.h"
#include "Skeleton.h"
#include "WriteToFile.h"
class Menu : public QWidget
{
@@ -86,6 +87,8 @@ private:
Material* m_MaterialHandler = nullptr;
Skeleton* m_SkeletonHandler = nullptr;
WriteToFile m_File;
};
#endif