mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
ObjLoading: Be able to load and index IWD files
This commit is contained in:
@ -7,5 +7,5 @@ class IObjContainer
|
||||
public:
|
||||
virtual ~IObjContainer() = default;
|
||||
|
||||
virtual const std::string& GetName() = 0;
|
||||
virtual std::string GetName() = 0;
|
||||
};
|
Reference in New Issue
Block a user