SA-MP/saco/helpdialog.cpp

8 lines
107 B
C++

#include "main.h"
CHelpDialog::CHelpDialog(IDirect3DDevice9 *pD3DDevice)
{
m_pD3DDevice = pD3DDevice;
}