fsGUIX.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #ifndef __FSGUIX_H
- #define __FSGUIX_H
- void FSGUI_DrawPixel(unsigned x, unsigned y, unsigned luma, unsigned chroma);
- void FSGUI_DrawPixel2(unsigned x, unsigned y, unsigned c);
- #define FSGUI_ICON_YFLIP (1<<0)
- #define FSGUI_ICON_XFLIP (1<<1)
- #define FSGUI_ICON_MONO (1<<2)
- void FSGUI_DrawIcon(int x, int y, const UINT8 *icon, const UINT8 cluty[], const UINT16 clutc[], UINT32 opt);
- #endif/*__FSGUIX_H*/