mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +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);
|
|
};
|
|
|
|
//----------------------------------------------------
|