added CFont

This commit is contained in:
aap
2019-05-22 20:28:53 +02:00
parent 157926ddc6
commit 3b56c51e64
6 changed files with 656 additions and 19 deletions

View File

@@ -16,6 +16,7 @@ public:
static void Initialize(void);
static void Shutdown(void);
static int AddTxdSlot(const char *name);
static void RemoveTxdSlot(int slot);
static int FindTxdSlot(const char *name);
static char *GetTxdName(int slot);
static void PushCurrentTxd(void);