mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
22 lines
269 B
C
22 lines
269 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "game/rwstuff.h"
|
||
|
|
||
|
class CUnkClass15
|
||
|
{
|
||
|
private:
|
||
|
RwCamera* m_pCamera;
|
||
|
RwFrame* m_pFrame;
|
||
|
RpLight* m_pLight;
|
||
|
RwTexture* m_pTexture;
|
||
|
RwRaster* m_pRaster1;
|
||
|
RwRaster* m_pRaster2;
|
||
|
int field_18;
|
||
|
|
||
|
public:
|
||
|
CUnkClass15();
|
||
|
|
||
|
bool sub_1006BE40();
|
||
|
};
|