[ox/fs] Fill out new FileSystem method stubs
This commit is contained in:
4
deps/ox/src/ox/ptrarith/nodebuffer.hpp
vendored
4
deps/ox/src/ox/ptrarith/nodebuffer.hpp
vendored
@@ -43,6 +43,10 @@ class __attribute__((packed)) NodeBuffer {
|
||||
return m_current;
|
||||
}
|
||||
|
||||
ItemPtr ptr() {
|
||||
return m_current;
|
||||
}
|
||||
|
||||
Item *get() {
|
||||
return m_current;
|
||||
}
|
||||
|
Reference in New Issue
Block a user