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