mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
9 lines
136 B
C++
9 lines
136 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace DXUtils {
|
|
char* getDirectXVersion() {
|
|
// TODO: check for direct x version somehow.
|
|
}
|
|
}
|