1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 06:37:36 +00:00
re3/src/entities/CutsceneObject.h

10 lines
162 B
C
Raw Normal View History

2019-05-15 14:52:37 +00:00
#pragma once
#include "Object.h"
class CCutsceneObject : public CObject
{
public:
};
static_assert(sizeof(CCutsceneObject) == 0x198, "CCutsceneObject: error");