?? 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 + -