mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 00:08:58 +00:00
9 lines
162 B
C++
9 lines
162 B
C++
#pragma once
|
|
|
|
#include "Object.h"
|
|
|
|
class CCutsceneObject : public CObject
|
|
{
|
|
public:
|
|
};
|
|
static_assert(sizeof(CCutsceneObject) == 0x198, "CCutsceneObject: error");
|