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