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);
|
||
|
}
|