summaryrefslogtreecommitdiffhomepage
path: root/InfoEx/include/InfoEx.h
blob: 7ea7bf86a9c084669929eb12128628a83ca1257c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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