?? engine.h
字號:
/*=============================================================================
Engine.h: Unreal engine public header file.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
=============================================================================*/
#ifndef _INC_ENGINE
#define _INC_ENGINE
/*----------------------------------------------------------------------------
API.
----------------------------------------------------------------------------*/
#ifndef ENGINE_API
#define ENGINE_API DLL_IMPORT
#endif
/*-----------------------------------------------------------------------------
Dependencies.
-----------------------------------------------------------------------------*/
#include "Core.h"
/*-----------------------------------------------------------------------------
Global variables.
-----------------------------------------------------------------------------*/
ENGINE_API extern class FMemStack GEngineMem;
ENGINE_API extern class FMemCache GCache;
/*-----------------------------------------------------------------------------
Engine public includes.
-----------------------------------------------------------------------------*/
#include "UnObj.h" // Standard object definitions.
#include "UnPrim.h" // Primitive class.
#include "UnModel.h" // Model class.
#include "UnTex.h" // Texture and palette.
#include "EngineClasses.h" // All actor classes.
#include "UnReach.h" // Reach specs.
#include "UnURL.h" // Uniform resource locators.
#include "UnLevel.h" // Level object.
#include "UnIn.h" // Input system.
#include "UnPlayer.h" // Player class.
#include "UnEngine.h" // Unreal engine.
#include "UnGame.h" // Unreal game engine.
#include "UnCamera.h" // Viewport subsystem.
#include "UnMesh.h" // Mesh objects.
#include "UnActor.h" // Actor inlines.
#include "UnAudio.h" // Audio code.
#include "UnDynBsp.h" // Dynamic Bsp objects.
#include "UnScrTex.h" // Scripted textures.
#include "UnRenderIterator.h" // Enhanced Actor Render Interface
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -