mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
16 lines
281 B
C++
16 lines
281 B
C++
|
|
#pragma once
|
|
|
|
//----------------------------------------------------
|
|
|
|
class CDeathWindow
|
|
{
|
|
private:
|
|
public:
|
|
void AddMessage(CHAR *a1, CHAR *a2, DWORD a3, DWORD a4, BYTE a5);
|
|
|
|
CDeathWindow(IDirect3DDevice9 *pD3DDevice);
|
|
};
|
|
|
|
//----------------------------------------------------
|