stdafx.h
来自「极限赛车CarGameDemo DirectX9」· C头文件 代码 · 共 16 行
H
16 行
#pragma once
#include <d3dx9.h>
#include <D3D9.h>
#include <fstream>
#include <vector>
//#include <limits>
//#include <math.h>
//#include <stdio.h>
#include <tchar.h>
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "d3dx9.lib")
#pragma comment(lib, "winmm.lib")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?