📄 defs.h
字号:
/* Dummy include file of definitions to make rolling-ball compile. */#define Button1 1#define ERASE 0#define DRAW 3typedef struct { char *name; double frame[4][4];} Polyhedron;typedef struct { char *name; int id;} Display;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -