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

📄 client.h

📁 2002年
💻 H
字号:
#ifndef __CLIENT_H__
#define __CLIENT_H__

//#define _OffClient
#define _Off_Client_Num 3
#define _Off_Client_Start_Cycle 0

enum Ass_Offclient{
	Ass_Vinfo, Ass_ActEffect, Ass_Chview
};


int InitInstance();  // initialize application
void destruction();

int InitInstance_E();  // initialize application
void destruction_E();

//strange declarations. this function is implemented in utils.cpp
void GetOptions(int argc, char** argv);

#ifdef WIN32
#define TEXT_OUT 30000	//as msg UNIT sent to hwnd
#include "stdafx.h"
extern HWND hWND;
#endif

#endif //__CLIENT_H__

⌨️ 快捷键说明

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