Files

32 lines
754 B
C++
Raw Permalink Normal View History

2023-12-20 10:45:27 +01:00
#pragma once
#include "global.h"
2023-12-20 10:45:27 +01:00
#include "types.h"
2025-07-21 19:09:56 +02:00
#include <stddef.h>
2025-01-18 09:44:01 +01:00
struct UnkStruct_0202e894 {
/* 00 */ u32 mId;
2025-04-29 22:12:35 +02:00
/* 04 */ u32 *mUnk_04;
/* 08 */ unk8 mUnk_08[0x24];
2025-01-18 09:44:01 +01:00
/* 2c */
};
void *SysNew(UnkStruct_0202e894 *param1, s32 length, s32 param3);
void SysDelete(void *ptr);
void *func_0202e99c(s32 length);
void *func_0202e9bc(s32 length);
2025-07-05 16:36:04 +02:00
extern u32 *data_027e0ce0[];
2023-12-20 10:45:27 +01:00
class SysObject {
public:
2025-07-21 19:09:56 +02:00
static void *operator new(size_t length, u32 *id, u32 idLength);
static void *operator new[](size_t length, u32 *id, u32 idLength);
2023-12-20 10:45:27 +01:00
static void operator delete(void *ptr);
2025-01-18 09:44:01 +01:00
static void operator delete[](void *ptr);
2023-12-20 10:45:27 +01:00
};
2025-07-13 15:11:50 +02:00
extern u32 *data_027e0ce0[];
extern UnkStruct_0202e894 *data_027e0ce4;