|
OpenTTD Source
1.10.0-RC1
|
GUI functions related to screenshots. More...
#include "stdafx.h"#include "gui.h"#include "viewport_func.h"#include "window_func.h"#include "window_gui.h"#include "screenshot.h"#include "textbuf_gui.h"#include "strings_func.h"#include "widgets/screenshot_widget.h"#include "table/strings.h"Go to the source code of this file.
Data Structures | |
| struct | ScreenshotWindow |
Functions | |
| void | ShowScreenshotWindow () |
Variables | |
| static ScreenshotType | _screenshot_type |
| static const NWidgetPart | _nested_screenshot [] |
| static WindowDesc | _screenshot_window_desc (WDP_AUTO, "take_a_screenshot", 200, 100, WC_SCREENSHOT, WC_NONE, 0, _nested_screenshot, lengthof(_nested_screenshot)) |
GUI functions related to screenshots.
Definition in file screenshot_gui.cpp.
|
static |
Definition at line 81 of file screenshot_gui.cpp.