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

14 lines
226 B
C
Raw Normal View History

2019-11-29 19:36:38 +08:00
#ifndef HGL_2D_BITMAP_INCLUDE
#define HGL_2D_BITMAP_INCLUDE
namespace hgl
{
/**
* 2D象素处理
*/
template<typename T> class Bitmap2D
{
};//
}//namespace hgl
#endif//HGL_2D_BITMAP_INCLUDE