mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[saco] Rename CUnkClass7 to CHelpDialog
This commit is contained in:
7
saco/helpdialog.cpp
Normal file
7
saco/helpdialog.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
#include "main.h"
|
||||
|
||||
CHelpDialog::CHelpDialog(IDirect3DDevice9 *pD3DDevice)
|
||||
{
|
||||
m_pD3DDevice = pD3DDevice;
|
||||
}
|
Reference in New Issue
Block a user