mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 09:49:44 +00:00
first commit
This commit is contained in:
9
src/entities/CutsceneObject.h
Normal file
9
src/entities/CutsceneObject.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Object.h"
|
||||
|
||||
class CCutsceneObject : public CObject
|
||||
{
|
||||
public:
|
||||
};
|
||||
static_assert(sizeof(CCutsceneObject) == 0x198, "CCutsceneObject: error");
|
Reference in New Issue
Block a user