[saco] Implement ID3DXFontHook functions

This commit is contained in:
RD42
2024-03-14 23:48:25 +08:00
parent abced1233f
commit e8c56e3085
4 changed files with 133 additions and 0 deletions

View File

@ -321,6 +321,8 @@ void DoInitStuff()
pD3DDevice->ShowCursor(FALSE);
// Create instances of the chat and input classes.
pDefaultFont = new CFontRender(pD3DDevice);