Ghettomerge

This commit is contained in:
Tobias Dahl
2014-03-11 22:32:49 +01:00
parent 33dbcc10a1
commit bb6cc1a23e
41 changed files with 892 additions and 648 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
std::vector<Face> Faces;
std::map<std::string, MaterialInfo> Materials;
void LoadFromFile(std::string filename);
bool LoadFromFile(std::string filename);
private:
boost::filesystem::path m_Path;