isle/CONFIG/detectdx5.h
Anonymous Maarten 168c7fab25 Add Config app
2024-02-06 19:42:26 +01: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)