mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
0421d36979
* started overlay 8 * progress * progress * progress * more headers * progress * more progress * symbols * fix splits + new headers * more progress * func_ov008_02112ee0 & func_ov008_02112f28 * document fish in save item manager and unrelated things because precommit is mad * SaveItemManager ctor * progress? * fix build issues * split files to match data * format * format * cleanup and match vfunc_08 * add reloc for overlay 0 * fix vtable symbol * improve non-matching functions --------- Co-authored-by: Aetias <144526980+AetiasHax@users.noreply.github.com>
30 lines
745 B
C++
30 lines
745 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_0202e894 {
|
|
/* 00 */ u32 mId;
|
|
/* 04 */ u32 *mUnk_04;
|
|
/* 08 */ unk8 mUnk_08[0x24];
|
|
/* 2c */
|
|
};
|
|
|
|
void *SysNew(UnkStruct_0202e894 *param1, s32 length, s32 param3);
|
|
void SysDelete(void *ptr);
|
|
void *func_0202e99c(s32 length);
|
|
void *func_0202e9bc(s32 length);
|
|
|
|
extern u32 *data_027e0ce0[];
|
|
|
|
class SysObject {
|
|
public:
|
|
static void *operator new(unsigned long length, u32 *id, u32 idLength);
|
|
static void *operator new[](unsigned long length, u32 *id, u32 idLength);
|
|
static void operator delete(void *ptr);
|
|
static void operator delete[](void *ptr);
|
|
};
|
|
|
|
extern u32 *data_027e0ce0[];
|
|
extern UnkStruct_0202e894 *data_027e0ce4;
|