mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-19 11:17:57 -05:00
ObjLoading: Add documentation for IObjLoader, ObjLoading and IWD
This commit is contained in:
@ -19,6 +19,10 @@ public:
|
||||
IWD& operator=(const IWD& other) = delete;
|
||||
IWD& operator=(IWD&& other) noexcept;
|
||||
|
||||
/**
|
||||
* \brief Initializes the IWD container.
|
||||
* \return \c true when initialization was successful.
|
||||
*/
|
||||
bool Initialize() const;
|
||||
|
||||
FileAPI::IFile* Open(const std::string& fileName) override;
|
||||
|
Reference in New Issue
Block a user