mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 22:39:39 +00:00
8 lines
105 B
C++
8 lines
105 B
C++
|
|
#include "main.h"
|
|
|
|
CUnkClass7::CUnkClass7(IDirect3DDevice9 *pD3DDevice)
|
|
{
|
|
m_pD3DDevice = pD3DDevice;
|
|
}
|