14 lines
196 B
C++
14 lines
196 B
C++
|
#pragma once
|
||
|
|
||
|
#include "fwDrawData.hpp"
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
class CEntityDrawHandler : public rage::fwDrawData
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
static_assert(sizeof(CEntityDrawHandler) == 0x2C);
|
||
|
}
|