SA-MP/saco/fontrender.h
RD42 0fa1ef624a [saco] Add few class stub
+ CChatWindow
+ CCmdWindow
+ CNetGame
+ CFontRender
2023-11-14 22:58:51 +08:00

12 lines
101 B
C++

#pragma once
class CFontRender // size: 40
{
private:
char _gap0[40];
public:
CFontRender();
};