forked from ShuriZma/suyu
Woah guys this is so compliant!
Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
This commit is contained in:
parent
e1b77dd898
commit
f44fafdd88
|
@ -67,11 +67,11 @@ static FileSys::VirtualDir VfsFilesystemCreateDirectoryWrapper(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overloaded function, also removed by palafiate
|
// Overloaded function, also removed by palafiate
|
||||||
static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir, const std::string& path) {
|
static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir,
|
||||||
|
const std::string& path) {
|
||||||
return dir->CreateFile(path);
|
return dir->CreateFile(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <fmt/ostream.h>
|
#include <fmt/ostream.h>
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue