changeset 2159 | f6284cf5fab0 |
parent 2121 | 267f7d75d036 |
child 2163 | b17b313113a0 |
2158:722042326977 | 2159:f6284cf5fab0 |
---|---|
6 #include "gfx.h" |
6 #include "gfx.h" |
7 #include "viewport.h" |
7 #include "viewport.h" |
8 #include "player.h" |
8 #include "player.h" |
9 #include "gui.h" |
9 #include "gui.h" |
10 #include "screenshot.h" |
10 #include "screenshot.h" |
11 #include "variables.h" |
|
11 |
12 |
12 char _screenshot_format_name[8]; |
13 char _screenshot_format_name[8]; |
13 uint _num_screenshot_formats; |
14 uint _num_screenshot_formats; |
14 uint _cur_screenshot_format; |
15 uint _cur_screenshot_format; |
15 |
16 |