documented file access functions

This commit is contained in:
mariob92
2024-09-09 19:04:59 +02:00
parent b77274c9ea
commit 98d6423dfb
13 changed files with 206 additions and 156 deletions

View File

@@ -856,7 +856,7 @@ void func_8032E7E8(NodeProp *node, Cube *cube, s32 cnt) {
}
}
void cube_fromFile(Struct61s *file_ptr, Cube *cube) {
void cube_fromFile(File *file_ptr, Cube *cube) {
u8 sp47;
u8 sp46;
NodeProp *temp_v0;