8 #include "landscape.h" |
8 #include "landscape.h" |
9 #include "gfx_func.h" |
9 #include "gfx_func.h" |
10 #include "saveload.h" |
10 #include "saveload.h" |
11 #include "console.h" |
11 #include "console.h" |
12 #include "variables.h" |
12 #include "variables.h" |
13 #include "table/sprites.h" |
|
14 #include "blitter/factory.hpp" |
13 #include "blitter/factory.hpp" |
15 #include <stdarg.h> /* va_list */ |
|
16 #include "texteff.hpp" |
14 #include "texteff.hpp" |
17 #include "video/video_driver.hpp" |
15 #include "video/video_driver.hpp" |
18 #include "transparency.h" |
16 #include "transparency.h" |
19 #include "strings_func.h" |
17 #include "strings_func.h" |
20 #include "core/alloc_func.hpp" |
18 #include "core/alloc_func.hpp" |
21 #include "date_func.h" |
19 #include "date_func.h" |
22 #include "functions.h" |
20 #include "functions.h" |
23 #include "viewport_func.h" |
21 #include "viewport_func.h" |
|
22 #include "settings_type.h" |
|
23 |
|
24 #include "table/sprites.h" |
|
25 |
|
26 #include <stdarg.h> /* va_list */ |
24 |
27 |
25 enum { |
28 enum { |
26 MAX_TEXTMESSAGE_LENGTH = 200, |
29 MAX_TEXTMESSAGE_LENGTH = 200, |
27 INIT_NUM_TEXT_MESSAGES = 20, |
30 INIT_NUM_TEXT_MESSAGES = 20, |
28 MAX_CHAT_MESSAGES = 10, |
31 MAX_CHAT_MESSAGES = 10, |