pngopt.h
资源名称:hge181.rar [点击查看]
上传用户:jnfxsk
上传日期:2022-06-16
资源大小:3675k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Visual C++
- #include <stdio.h>
- #include <stdlib.h>
- #include <windows.h>
- #include "....includehge.h"
- extern HGE *hge;
- bool Write32BitPNGWithPitch(FILE* fp, void* pBits, bool bNeedAlpha, int nWidth, int nHeight, int nPitch);