📄 objdisp.h
字号:
/*----------------------------------------------------------------
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -