1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 14:47:38 +00:00
re3/src/entities/DummyObject.h

9 lines
135 B
C
Raw Normal View History

2019-06-02 15:13:56 +00:00
#pragma once
#include "Dummy.h"
class CDummyObject : CDummy
{
};
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");