mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
11 lines
212 B
C
11 lines
212 B
C
|
#if !defined(AFX_DETECTDX5_H)
|
||
|
#define AFX_DETECTDX5_H
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
extern BOOL DetectDirectX5();
|
||
|
|
||
|
extern void DetectDirectX(unsigned int* p_version, BOOL* p_found);
|
||
|
|
||
|
#endif // !defined(AFX_DETECTDX5_H)
|