OpenTTD Source
1.11.0-beta2
|
#include "stdafx.h"
#include "window_func.h"
#include "window_gui.h"
#include "screenshot.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 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 46 of file screenshot_gui.cpp.