mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 08:20:35 +00:00
6506991783
* Implement `CUnkClass15::sub_1006BE40()` * Implement various RenderWare function calls * Update `DoInitStuff()`
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();
|
|
};
|