|
OpenTTD Source 20251104-master-g3befbdd52f
|
PNG screenshot provider. More...
#include "stdafx.h"#include "core/math_func.hpp"#include "debug.h"#include "fileio_func.h"#include "screenshot_type.h"#include "3rdparty/fmt/ranges.h"#include <png.h>#include "safeguards.h"Go to the source code of this file.
Data Structures | |
| class | ScreenshotProvider_Png |
PNG screenshot provider.
Definition in file screenshot_png.cpp.