Civilization
HudTextureType.hpp
1 // Generated by dia2code
2 #ifndef CLIENT__HUDTEXTURETYPE__H
3 #define CLIENT__HUDTEXTURETYPE__H
4 
5 
6 namespace client {
7 
8  enum class HudTextureType {
9  barbareWheel0,
10  barbareWheel1,
11  barbareWheel2,
12  barbareWheel3,
13  barbareWheel4,
14  techWheel,
15  ladder,
16  arrow,
17  chat,
18  moveMap,
19  leave,
20  priorityCardEconomy,
21  priorityCardArmy,
22  priorityCardScience,
23  priorityCardCulture,
24  priorityCardIndustry,
25  carthage,
26  kaboul,
27  mohenjoDaro,
28  kumasi,
29  seoul,
30  geneva,
31  buenosAires,
32  bruxelles,
33  actionCardPlayer1,
34  actionCardPlayer2,
35  actionCardPlayer3,
36  actionCardPlayer4,
37  empty
38  };
39 
40 };
41 
42 #endif