[ox/fs] Fill out new FileSystem method stubs

This commit is contained in:
2018-08-18 23:41:31 -05:00
parent 3d3ea32357
commit 40f8af85a8
6 changed files with 124 additions and 69 deletions

View File

@@ -43,6 +43,10 @@ class __attribute__((packed)) NodeBuffer {
return m_current;
}
ItemPtr ptr() {
return m_current;
}
Item *get() {
return m_current;
}