Devilution
Diablo devolved - magic behind the 1996 computer game
types.h
Go to the documentation of this file.
1 
6 #ifndef _TYPES_H
7 #define _TYPES_H
8 
9 #define DEVILUTION_BEGIN_NAMESPACE namespace dvl {
10 #define DEVILUTION_END_NAMESPACE }
11 
12 #include "miniwin.h"
13 #include "soundsample.h"
14 #include "thread.h"
15 #include "ui_fwd.h"
16 
18 
19 #include <limits.h>
20 #include "defs.h"
21 #include "enums.h"
22 #include "structs.h"
23 
24 #endif
structs.h
enums.h
defs.h
DEVILUTION_BEGIN_NAMESPACE
Definition: sha.cpp:10