📄 utils.h
字号:
#ifndef UTILS_H
#define UTILS_H
#include <windows.h>
#include <d3dx9.h>
//--------------------------------------------------------------------------------------
// Returns the DirectX SDK path, as stored in the system registry
// during the SDK install. These two files are ripped directly from the the
// DX utility code base that comes with the DX9c SDK (Just changed them to ASCII).
// Ill need this so that I wont have to include media if I used them straight from
// the DirectX SDK media folder.
//--------------------------------------------------------------------------------------
bool DXUTGetDXSDKMediaPathCch( CHAR* strDest, int cchDest );
bool DXUTFindDXSDKMediaFileCch( CHAR* strDestPath, int cchDest, LPCSTR strFilename );
#endif
//////////////////////////////////////////////////////////////////////////////////////////////
// This file is copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -