[saco] Add few class stub

+ CChatWindow
+ CCmdWindow
+ CNetGame
+ CFontRender
This commit is contained in:
RD42
2023-11-14 22:58:51 +08:00
parent 1ee87f332b
commit 0fa1ef624a
11 changed files with 156 additions and 1 deletions

7
saco/fontrender.cpp Normal file
View File

@ -0,0 +1,7 @@
#include "fontrender.h"
CFontRender::CFontRender()
{
// TODO: CFontRender::CFontRender() .text:1006BAF0
}