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

📄 stdafx.h

📁 国内著名网络游戏dragon的服务端完整源码 内附完整数据库结构
💻 H
字号:
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#pragma once

#include <afx.h>
#include <ole2.h>
#include <initguid.h>
#include <windows.h>
#include <winsock2.h>
// 傍蜡 扼捞宏矾府
#pragma comment (lib, "../Library/HSEL.lib")
#include "../Library/Shared/HSEL.h"
#pragma comment (lib, "../Library/Shared.lib")
#include "../Library/Shared/Shared.h"

#define rand()	rand_()		// 020707 YGI
extern int rand_();

#include "HigherLayers/DefaultHeader.h"

#include "GameSystem.h"


⌨️ 快捷键说明

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