1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 19:43:12 +00:00
re3/src/entities/DummyObject.h
2019-06-02 17:13:56 +02:00

9 lines
135 B
C++

#pragma once
#include "Dummy.h"
class CDummyObject : CDummy
{
};
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");