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