📄 stdafx.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 + -