b28a988a66
Co-authored-by: Yimura <andreas.maerten@scarlet.be>
7 lines
142 B
C++
7 lines
142 B
C++
#pragma once
|
|
#include "rage/fwEntity.hpp"
|
|
|
|
class CObject : public rage::fwEntity
|
|
{}; //Size: 0x018C
|
|
static_assert(sizeof(CObject) == 0x018C);
|