⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xcomppbm.h

📁 视频游戏开发C语言源程序
💻 H
字号:
#ifndef _XCOMPPBM_H_
#define _XCOMPPBM_H_

#ifdef __cplusplus
extern "C" {
#endif


 int x_compile_pbm (           /* Compile a planar bitmap to generate  */
    WORD logical_screen_width, /* machine code to plot it at any */
    char far * bitmap,         /* required screen coordinates FAST. */
    char far * output);

 int x_sizeof_cpbm (           /* Find the size of the code which a  */
    WORD logical_screen_width, /* pbm would result in, if it  */
    char far * bitmap);        /* were compiled (used for allocation). */


#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -