InitOpenGL.h
上传用户:lin85885
上传日期:2013-04-27
资源大小:796k
文件大小:0k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. #ifndef HEAP_H_INCLUDED
  2. #define HEAP_H_INCLUDED
  3. void CreateRGBPalette(HDC hDC);
  4. char ComponentFromIndex(int i, UINT nbits, UINT shift);
  5. #endif