📄 global.h
字号:
//=======================================================================// global.h//-----------------------------------------------------------------------// This file is part of the package paco// Copyright (C) 2004-2007 David Rosal <david.3r@gmail.com>// For more information visit http://paco.sourceforge.net//=======================================================================#ifndef PACO_GLOBAL_H#define PACO_GLOBAL_H#include "paco/BaseConfig.h"#include "Out.h"namespace Paco{ typedef BaseConfig Config; extern int gExitStatus; extern Out gOut; std::string realDir(std::string const& path);} // namespace Paco#endif // PACO_GLOBAL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -