setupprivate.h
来自「虚幻的再开发程序包源代码」· C头文件 代码 · 共 21 行
H
21 行
/*=============================================================================
FilerPrivate.h: Unreal installer/filer.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
Revision history:
* Created by Tim Sweeney.
=============================================================================*/
// Includes.
#include "Core.h"
#include "Setup.h"
// Globals.
FFileManager* CreateFileManagerArc( FFileManager* InFM, const TCHAR* InMod, FArchiveHeader* InArc );
UBOOL RemoveEmptyDirectory( FString Dir );
void LocalizedFileError( const TCHAR* Key, const TCHAR* AdviceKey, const TCHAR* Filename );
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?