File manager, plausible setup

This commit is contained in:
robojumper
2024-05-01 21:16:43 +02:00
parent b16a290037
commit cc3b62d6c1
8 changed files with 91 additions and 40 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