📄 defs.h
字号:
#ifndef _DEFS_H_
#define _DEFS_H_
#include <core_defs.h>
#include <list>
#include <string>
#include <map>
typedef std::list<std::string> FileList;
typedef std::map<std::string, uint8*> DataMap;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -