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

📄 stdafx.h

📁 一个2D的赛车游戏 在VC下运行 开发库DIRECTX8.1以上
💻 H
字号:
//////////////////////////////////////////////
//
// General Include files for the Lib
//
/////////////////////////////////////////////
#ifndef DIRECT3D_VERSION
#define DIRECT3D_VERSION         0x0800
#endif  //DIRECT3D_VERSION

#define DIRECTINPUT_VERSION 0x0800

#include <windows.h>
#include <ddraw.h>
#include <ddrawex.h>
#include <dinput.h>
#include <dxerr8.h>
#include <stdio.h>
#include <stdarg.h>

#ifdef _APP_LIB
	#define CLS_IMPEXP __declspec(dllexport)
#else
	#define CLS_IMPEXP __declspec(dllimport)
#endif

⌨️ 快捷键说明

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