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