cpglobals.h

来自「这是一个能够自动生成文档的程序」· C头文件 代码 · 共 33 行

H
33
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?