ObjLoading: Be able to load and index IWD files

This commit is contained in:
Jan
2020-01-01 18:46:33 +01:00
parent a4d55ffae7
commit 0abdb64832
27 changed files with 667 additions and 252 deletions

View File

@ -7,5 +7,5 @@ class IObjContainer
public:
virtual ~IObjContainer() = default;
virtual const std::string& GetName() = 0;
virtual std::string GetName() = 0;
};