init file
This commit is contained in:
13
inc/hgl/2d/Bitmap.h
Normal file
13
inc/hgl/2d/Bitmap.h
Normal 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
|
Reference in New Issue
Block a user