mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
19 lines
326 B
C
19 lines
326 B
C
|
|
||
|
#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();
|
||
|
};
|