stdafx.h

来自「mpq文件查看器」· C头文件 代码 · 共 21 行

H
21
字号
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//

//#pragma once

//#define WIN32_LEAN_AND_MEAN		// 从 Windows 头中排除极少使用的资料
#include <stdio.h>
#include <math.h>#include <float.h>#include <windows.h>
#include <d3dx9math.h>
#include <d3d9types.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <direct.h>

#define TAG(x) (DWORD)(  (((DWORD)x&0x0000ff00)<<8)+(((DWORD)x&0x000000ff)<<24)+(((DWORD)x&0x00ff0000)>>8)+(((DWORD)x&0xff000000)>>24) )

// TODO: 在此处引用程序要求的附加头

⌨️ 快捷键说明

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