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

📄 cpglobals.h

📁 这是一个能够自动生成文档的程序
💻 H
字号:
// PGlobals.h: interface for the CPGlobals class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PGLOBALS_H__F70A45F4_811E_4217_B99B_4B5FE8F850C9__INCLUDED_)
#define AFX_PGLOBALS_H__F70A45F4_811E_4217_B99B_4B5FE8F850C9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#include "Scope.h"
class CIdentifiers;
class CVariables;
class CSymbols;
class CPages;

#include "Identifiers.h"
#include "Symbols.h"
#include "Pages.h"

extern CPage*           gpCurrPage;
extern CScope           gScope;
extern CIdentifiers     gIdens;
extern CSymbols         gSymbols;
extern CVariables       gVars;
extern UINT             gIndex; //
extern CPages           gPages;


#endif // !defined(AFX_PGLOBALS_H__F70A45F4_811E_4217_B99B_4B5FE8F850C9__INCLUDED_)

⌨️ 快捷键说明

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