added PlayerTraceChart2D.cpp

This commit is contained in:
2023-09-15 20:16:44 +08:00
parent 924af437c0
commit eeec8248a4
4 changed files with 353 additions and 6 deletions

View File

@@ -6,4 +6,5 @@ using namespace hgl;
bool LoadBitmapFont();
void ClearBitmapFont();
const uint8 *Get8x8Char(const char ch);
const uint8 *Get8x16Char(const char ch);