mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 16:12:44 +00:00
CSimpleModelInfo
This commit is contained in:
@ -19,6 +19,8 @@ namespace base
|
||||
void* Shrink(void* data);
|
||||
};
|
||||
|
||||
#define VTABLE_ADDR(obj) ((void*)obj) // TODO: make this portable
|
||||
|
||||
class cRelocatableChunkClassInfo
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user