mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 04:58:59 +00: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");
|