mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 05:49:47 +00:00
car control and friends
This commit is contained in:
@ -10,4 +10,3 @@ public:
|
||||
CDummyObject(void) {}
|
||||
CDummyObject(CObject *obj);
|
||||
};
|
||||
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
|
||||
|
@ -113,4 +113,3 @@ public:
|
||||
static void DeleteAllTempObjects();
|
||||
static void DeleteAllTempObjectsInArea(CVector point, float fRadius);
|
||||
};
|
||||
static_assert(sizeof(CObject) == 0x198, "CObject: error");
|
||||
|
Reference in New Issue
Block a user