mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-10-31 22:55:54 +00:00
9 lines
135 B
C
9 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
#include "Dummy.h"
|
||
|
|
||
|
class CDummyObject : CDummy
|
||
|
{
|
||
|
};
|
||
|
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
|