added back loadAMO
This commit is contained in:
@@ -20,6 +20,7 @@ class Model {
|
||||
protected:
|
||||
void load(const std::string& file);
|
||||
void loadOBJ(const std::string& filename);
|
||||
void loadAMO(const std::string& filename);
|
||||
public:
|
||||
std::string name;
|
||||
ModelType type;
|
||||
|
Reference in New Issue
Block a user