Fix compiling Android and iOS

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6258 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2021-08-27 19:26:01 +00:00
parent 1efc93d766
commit 6025242ee9
2 changed files with 31 additions and 31 deletions

View File

@ -48,13 +48,13 @@ namespace io
//! get the archive type
virtual E_FILE_ARCHIVE_TYPE getType() const;
//! Add a directory to read files from. Since the Android
//! Add a directory to read files from. Since the Android
//! API does not return names of directories, they need to
//! be added manually.
virtual void addDirectoryToFileList(const io::path &filename);
//! return the name (id) of the file Archive
virtual const io::path& getArchiveName() const _IRR_OVERRIDE_ {return Path;}
virtual const io::path& getArchiveName() const IRR_OVERRIDE {return Path;}
protected:
//! Android's asset manager