SA-MP/saco/unkclass13.h

19 lines
326 B
C
Raw Normal View History

#pragma once
class CUnkClass13
{
private:
IDirect3DDevice9 *m_pD3DDevice;
ID3DXRenderToSurface *m_pD3DRenderToSurface;
IDirect3DTexture9 *m_pD3DTexture;
IDirect3DSurface9* m_pD3DSurface;
D3DDISPLAYMODE m_DisplayMode;
int field_20;
public:
CUnkClass13(IDirect3DDevice9 *pD3DDevice);
void RestoreDeviceObjects();
};