mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-23 06:57:34 +08:00
12 lines
209 B
C++
12 lines
209 B
C++
|
#pragma once
|
||
|
|
||
|
#include "CEntityDrawHandler.hpp"
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
class CObjectFragmentDrawHandler : public CEntityDrawHandler
|
||
|
{
|
||
|
};
|
||
|
static_assert(sizeof(CObjectFragmentDrawHandler) == 0x2C);
|
||
|
}
|