init file

This commit is contained in:
2019-11-29 19:36:38 +08:00
commit af73eb90f5
7 changed files with 127 additions and 0 deletions

13
inc/hgl/2d/Bitmap.h Normal file
View File

@@ -0,0 +1,13 @@
#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