mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-01 01:25:55 +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");
|