CM2D/inc/hgl/2d/BitmapFont.h

19 lines
243 B
C
Raw Normal View History

2023-07-26 22:29:49 +08:00
#pragma once
#include<hgl/type/DataType.h>
namespace hgl
{
/*
*
*/
class BitmapFont
{
uint bits;
uint width,height;
public:
};//class BitmapFont
}//namespace hgl