summaryrefslogtreecommitdiff
path: root/osframework/source/SexyAppFramework/DirectXErrorString.h
diff options
context:
space:
mode:
Diffstat (limited to 'osframework/source/SexyAppFramework/DirectXErrorString.h')
-rw-r--r--osframework/source/SexyAppFramework/DirectXErrorString.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/osframework/source/SexyAppFramework/DirectXErrorString.h b/osframework/source/SexyAppFramework/DirectXErrorString.h
new file mode 100644
index 0000000..80b53bc
--- /dev/null
+++ b/osframework/source/SexyAppFramework/DirectXErrorString.h
@@ -0,0 +1,11 @@
+#ifndef __SEXY_DIRECTXERRORSTRING_H__
+#define __SEXY_DIRECTXERRORSTRING_H__
+#include <string>
+#include <ddraw.h>
+
+namespace Sexy
+{
+ std::string GetDirectXErrorString(HRESULT theResult);
+} // namespace
+
+#endif \ No newline at end of file