📄 ourconstants.h
字号:
// Definition of constants
#ifndef __OURCONSTANTS_H__
#define __OURCONSTANTS_H__
const int STOP = 101;
const int GO = 103;
const int READY_TO_STOP = 104;
const COLORREF RED = RGB(255, 0, 0);
const COLORREF ORANGE = RGB(225, 150, 0);
const COLORREF GREEN = RGB(0, 255, 0);
const COLORREF GRAY = RGB(100, 100, 100);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -