CMExamples/BitmapFont.h

9 lines
154 B
C
Raw Normal View History

2023-06-28 18:40:06 +08:00
#pragma once
#include<hgl/type/DataType.h>
using namespace hgl;
bool LoadBitmapFont();
void ClearBitmapFont();
2023-09-13 16:11:23 +08:00
const uint8 *Get8x16Char(const char ch);