mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
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);
|
|
}
|