mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Rename CUnkClass7 to CHelpDialog
This commit is contained in:
12
saco/helpdialog.h
Normal file
12
saco/helpdialog.h
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class CHelpDialog
|
||||
{
|
||||
private:
|
||||
IDirect3DDevice9* m_pD3DDevice;
|
||||
|
||||
public:
|
||||
CHelpDialog(IDirect3DDevice9 *pD3DDevice);
|
||||
|
||||
};
|
Reference in New Issue
Block a user