mirror of
https://github.com/zeldaret/ph
synced 2026-08-18 13:22:45 -04:00
Organize source code structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class SysObject {
|
||||
public:
|
||||
static void* operator new(unsigned long length, u32 *id, u32 idLength);
|
||||
static void operator delete(void *ptr);
|
||||
};
|
||||
Reference in New Issue
Block a user