b6600afdc848d0685be8a90cfe5b020a5fb7fc03
[rocksndiamonds.git] / src / game_sp / ErrorReporting.h
1 // ----------------------------------------------------------------------------
2 // ErrorReporting.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef ERRORREPORTING_H
6 #define ERRORREPORTING_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 extern void InitErrorReporting();
16
17 #endif /* ERRORREPORTING_H */