📄 gamevars.h
字号:
/*----------------------------------------------------------------
* 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;
extern int game_score;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -