mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-02 22:14:14 +01:00
10 lines
162 B
C
10 lines
162 B
C
|
#pragma once
|
||
|
|
||
|
#include "Object.h"
|
||
|
|
||
|
class CCutsceneObject : public CObject
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
static_assert(sizeof(CCutsceneObject) == 0x198, "CCutsceneObject: error");
|