ObjLoading: Add documentation for IObjLoader, ObjLoading and IWD

This commit is contained in:
Jan
2020-02-04 23:48:11 +01:00
parent b8de90a675
commit b67b4ee316
3 changed files with 53 additions and 0 deletions

View File

@ -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;