locations.h
来自「这是刚才的一个系列 继续发 希望能帮到更多的编程爱好者」· C头文件 代码 · 共 22 行
H
22 行
#ifndef LOCATIONS_H
#define LOCATIONS_H
enum location_type
{
shack,
goldmine,
bank,
saloon
};
//uncomment this to send the output to a text file
//#define TEXTOUTPUT
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?