stdafx.h
来自「有个小游戏」· C头文件 代码 · 共 26 行
H
26 行
#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <windows.h>
#include <tchar.h>
#include <io.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <gl/gl.h> // standard OpenGL include
#include <gl/glu.h> // OpenGL utilties
#include <dinput.h>
#include <dmusicc.h> // DirectMusic includes
#include <dmusici.h>
#include <d3d8types.h> // for D3DVECTOR
#include <cguid.h> // for GUID_NULL
#include <typeinfo.h> // for RTTI
#include "vtrace.h"
#endif // _STDAFX_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?