⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usingg++.h

📁 《BATTLE OF SKY》
💻 H
字号:
//**************************************************************************//// Copyright (c) 1997.//      Richard D. Irwin, Inc.//// This software may not be distributed further without permission from// Richard D. Irwin, Inc.//// This software is distributed WITHOUT ANY WARRANTY. No claims are made// as to its functionality or purpose.//// Author: Devon Lockwood// Date: 1/30/97// $Revision: 1.1 $// $Name: $////**************************************************************************/* EzWindows Library Header Filer   FILE:        Constants.h   AUTHOR:      Devon Lockwood   Time-stamp:  <97/01/18 17:16:17 dcl3a>   Description   ===========   Some global constants*/#ifndef CONSTANTS_H#define CONSTANTS_H#include <string>const int             MaxColors    = 7;const string          NoTitle       ("Untitled");const string          WindowFont    ("9x15");const Position        LogicalOrigin (0.0, 0.0);const GraphicPosition DeviceOrigin  (0, 0);enum color        {White, Red, Green, Blue, Yellow, Cyan, Magenta};enum WindowStatus {WindowClosed, WindowOpen, WindowFailure};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -