summaryrefslogtreecommitdiffhomepage
path: root/InfoEx/include/InfoEx.h
diff options
context:
space:
mode:
Diffstat (limited to 'InfoEx/include/InfoEx.h')
-rw-r--r--InfoEx/include/InfoEx.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/InfoEx/include/InfoEx.h b/InfoEx/include/InfoEx.h
new file mode 100644
index 0000000..7ea7bf8
--- /dev/null
+++ b/InfoEx/include/InfoEx.h
@@ -0,0 +1,27 @@
+#pragma once
+
+#include <Text.h>
+
+
+namespace InfoEx
+{
+
+
+Text ShortDescription();
+Text LongDescription();
+
+
+enum struct DXVersion : int
+{
+ None,
+ Dx7 = 7,
+ Dx8,
+ Dx9,
+ Future,
+};
+
+
+DXVersion DirectX();
+
+
+} // namespace InfoEx