#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); };