mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 14:30:33 +00:00
added some small bits and stubs
This commit is contained in:
parent
26fda92728
commit
541665d9d1
22 changed files with 242 additions and 10 deletions
8
src/entities/DummyObject.h
Normal file
8
src/entities/DummyObject.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "Dummy.h"
|
||||
|
||||
class CDummyObject : CDummy
|
||||
{
|
||||
};
|
||||
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
|
Loading…
Add table
Add a link
Reference in a new issue