pngopt.h
上传用户:jnfxsk
上传日期:2022-06-16
资源大小:3675k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4. #include "....includehge.h"
  5. extern HGE *hge;
  6. bool Write32BitPNGWithPitch(FILE* fp, void* pBits, bool bNeedAlpha, int nWidth, int nHeight, int nPitch);