mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
15 lines
260 B
C
15 lines
260 B
C
#if !defined(AFX_DETECTDX5_H)
|
|
#define AFX_DETECTDX5_H
|
|
|
|
#ifdef _WIN32
|
|
#include <windows.h>
|
|
#else
|
|
#include "miniwin.h"
|
|
#endif
|
|
|
|
extern BOOL DetectDirectX5();
|
|
|
|
extern void DetectDirectX(unsigned int* p_version, BOOL* p_found);
|
|
|
|
#endif // !defined(AFX_DETECTDX5_H)
|