mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 16:30:44 +00: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);
|
|
|
|
};
|