gamevars.h
来自「乒乓球游戏程序」· C头文件 代码 · 共 16 行
H
16 行
/*----------------------------------------------------------------
* gamevars.h -- declarations of game-global variables
*----------------------------------------------------------------
* These variables are accessed by the layer just
* underneath game.c, and by game.c itself of course.
*/
#ifndef gf_included_gamevars_h
#define gf_included_gamevars_h
extern int game_end_flag;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?