isle-portable/CONFIG/detectdx5.h
Christian Semmler 681c69c4ac initial commit
2024-05-16 19:42:54 -04:00

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)