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

📄 objdisp.h

📁 乒乓球游戏程序
💻 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 + -