mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 22:39:39 +00:00
0fa1ef624a
+ CChatWindow + CCmdWindow + CNetGame + CFontRender
12 lines
107 B
C++
12 lines
107 B
C++
|
|
#pragma once
|
|
|
|
class CChatWindow // size: 25578
|
|
{
|
|
private:
|
|
char _gap0[25578];
|
|
|
|
public:
|
|
CChatWindow();
|
|
};
|