mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 16:30:44 +00:00
14 lines
152 B
C++
14 lines
152 B
C++
|
|
#pragma once
|
|
|
|
class CChatWindow // size: 25578
|
|
{
|
|
private:
|
|
char _gap0[25578];
|
|
|
|
public:
|
|
CChatWindow();
|
|
|
|
void AddDebugMessage(CHAR *szFormat, ...);
|
|
};
|