mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 17:50:34 +00:00
CSimpleModelInfo
This commit is contained in:
parent
c1a7ded1e4
commit
8cbae5d62a
8 changed files with 300 additions and 44 deletions
|
@ -19,6 +19,8 @@ namespace base
|
|||
void* Shrink(void* data);
|
||||
};
|
||||
|
||||
#define VTABLE_ADDR(obj) ((void*)obj) // TODO: make this portable
|
||||
|
||||
class cRelocatableChunkClassInfo
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue