Merge pull request #15 from robojumper/file_manager_wip

Some FileManager code
This commit is contained in:
Elijah Thomas
2024-05-05 11:26:41 -04:00
committed by GitHub
9 changed files with 472 additions and 206 deletions
+1 -1
View File
@@ -159,6 +159,6 @@ public:
/* 80495a70 */ void *operator new(size_t size, EGG::Heap *heap, u32 align);
/* 80495a80 */ void *operator new(size_t size, EGG::Allocator *alloc);
/* 80495a90 */ void *operator new[](size_t size, u32 align);
/* 80495aa0 */ void *operator new[](size_t size, EGG::Heap *heap, int align);
/* 80495aa0 */ void *operator new[](size_t size, EGG::Heap *heap, u32 align);
#endif