objdisp.h
来自「乒乓球游戏程序」· C头文件 代码 · 共 22 行
H
22 行
/*----------------------------------------------------------------
* objdisp.h -- interface to objects module from display module
*----------------------------------------------------------------
* This is the interface from the display module; there is
* another header, objects.h, to interface from the game
* module. The display module will call these functions
* when it wants to update the display.
*/
#ifndef gf_included_objdisp_h
#define gf_included_objdisp_h
#include <allegro.h>
void objects_draw (BITMAP *bmp);
void objects_erase (BITMAP *bmp, BITMAP *bkgnd);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?