CSimpleModelInfo

This commit is contained in:
aap 2021-01-24 13:40:33 +01:00
commit 8cbae5d62a
8 changed files with 300 additions and 44 deletions

View file

@ -19,6 +19,8 @@ namespace base
void* Shrink(void* data);
};
#define VTABLE_ADDR(obj) ((void*)obj) // TODO: make this portable
class cRelocatableChunkClassInfo
{
public: