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

📄 layout.h

📁 乒乓球游戏程序
💻 H
字号:
/*----------------------------------------------------------------
 * layout.h -- declarations of layout variables
 *----------------------------------------------------------------
 *  These variables define the screen layout.  The colour 
 *  variables found their way in here too, for want of a better
 *  place to put them.
 */

#ifndef gf_included_layout_h
#define gf_included_layout_h


extern const int screen_width, screen_height;
extern const int arena_width, arena_height, arena_x, arena_y;
extern const int status_width, status_height, status_x, status_y;

extern const int bat_height, bat_length;

extern const int bat_colour, ball_colour;


#endif

⌨️ 快捷键说明

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