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

📄 serverutils.h

📁 Blood 2全套源码
💻 H
字号:
/****************************************************************************
;
;	 MODULE:		ServerUtils (.H)
;
;	PURPOSE:		Server Utility Functions
;
;	HISTORY:		08/04/98 [blg] This file was created
;
;	COMMENT:		Copyright (c) 1998, Monolith Productions Inc.
;
****************************************************************************/


#ifndef _SERVERUTILS_H_
#define _SERVERUTILS_H_


// Includes...

#include "server_interface.h"


// Prototypes...

BOOL				LoadServerDLL(char *pDLLName);
ServerInterface*	GetServerInterface();
void				FreeServerDLL();
BOOL				SendWebInfo(const char* sInfo, BOOL bWait);


// EOF...

#endif


⌨️ 快捷键说明

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