mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
Update CreateIfNotExists function signature
This commit is contained in:
parent
a47a97da87
commit
4397763e72
@ -363,7 +363,7 @@ namespace vfs
|
||||
*/
|
||||
RefNode *Open(const char *Path, Node *Parent = nullptr);
|
||||
|
||||
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent);
|
||||
Node *CreateIfNotExists(const char *Path, NodeType Type, Node *Parent = nullptr);
|
||||
|
||||
Virtual();
|
||||
~Virtual();
|
||||
|
Loading…
x
Reference in New Issue
Block a user