mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 07:54:23 +00:00
11 lines
216 B
C
11 lines
216 B
C
#if !defined(AFX_DETECTDX5_H)
|
|
#define AFX_DETECTDX5_H
|
|
|
|
#include <windows.h>
|
|
|
|
extern BOOL DetectDirectX5();
|
|
|
|
extern void GetDXVersion(LPDWORD pdwDXVersion, LPDWORD pdwDXPlatform);
|
|
|
|
#endif // !defined(AFX_DETECTDX5_H)
|