mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-06 01:23:30 +08:00
18 lines
205 B
C
18 lines
205 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
class CUnkClass6
|
||
|
{
|
||
|
private:
|
||
|
int field_0;
|
||
|
int field_4;
|
||
|
DWORD field_8;
|
||
|
int field_C;
|
||
|
int field_10;
|
||
|
IDirect3DDevice9* m_pD3DDevice;
|
||
|
|
||
|
public:
|
||
|
CUnkClass6(IDirect3DDevice9 *pD3DDevice);
|
||
|
|
||
|
};
|