mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 19:51:49 -04:00
@@ -89,6 +89,10 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
s32 read(bool& val) {
|
||||
return read(&val, sizeof(bool));
|
||||
}
|
||||
|
||||
s32 read(u8& val) {
|
||||
return read(&val, sizeof(u8));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user