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

📄 stdlith.h

📁 Blood 2全套源码
💻 H
字号:
//------------------------------------------------------------------
//
//	FILE	  : StdLith.h
//
//	PURPOSE	  : Includes all the useful files for your
//              programming pleasure.
//
//	CREATED	  : August 20 1996
//
//------------------------------------------------------------------

#ifndef __STDLITH_H__
	#define __STDLITH_H__


	// Includes....
	#include "StdLithDefs.h"
	#include "LithException.h"
	#include "Memory.h"

	#include "DynArray.h"
	
	#include "LinkList.h"
	#include "GoodLinkList.h"
	#include "MultiLinkList.h"
	#include "FastLinkList.h"
	#include "glink.h"

	#include "StringHolder.h"
	#include "MoRect.h"

	#include "AbstractIO.h"
	#include "FileIO.h"
	#include "MemoryIO.h"
	#include "CompressedIO.h"

	#include "ObjectBank.h"
	#include "object_bank.h"
	#include "struct_bank.h"

	#include "Helpers.h"



	#ifdef _DEBUG
		#pragma comment (lib, "StdLith.lib")
	#else
		#pragma comment (lib, "StdLith.lib")
	#endif


#endif

⌨️ 快捷键说明

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