1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/tools/dxdiag/src/utils/DXUtils.hpp

9 lines
136 B
C++

#pragma once
#include <windows.h>
namespace DXUtils {
char* getDirectXVersion() {
// TODO: check for direct x version somehow.
}
}