mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -56,6 +56,7 @@ namespace entry
|
||||
|
||||
static String s_currentDir;
|
||||
|
||||
#if BX_CONFIG_CRT_FILE_READER_WRITER
|
||||
class FileReader : public bx::CrtFileReader
|
||||
{
|
||||
typedef bx::CrtFileReader super;
|
||||
@@ -81,6 +82,7 @@ namespace entry
|
||||
return super::open(filePath.getPtr(), _append, _err);
|
||||
}
|
||||
};
|
||||
#endif // BX_CONFIG_CRT_FILE_READER_WRITER
|
||||
|
||||
void setCurrentDir(const char* _dir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user