mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00

Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com> Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
15 lines
269 B
C
15 lines
269 B
C
#if !defined(AFX_DETECTDX5_H)
|
|
#define AFX_DETECTDX5_H
|
|
|
|
#ifdef MINIWIN
|
|
#include "miniwin/windows.h"
|
|
#else
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
extern bool DetectDirectX5();
|
|
|
|
extern void DetectDirectX(unsigned int* p_version, bool* p_found);
|
|
|
|
#endif // !defined(AFX_DETECTDX5_H)
|