|
OpenTTD Source 15.0-beta1
|
Screenshot format information. More...
Data Fields | |
| const char * | extension |
| File extension. | |
| ScreenshotHandlerProc * | proc |
| Function for writing the screenshot. | |
Screenshot format information.
Definition at line 69 of file screenshot.cpp.
| const char* ScreenshotFormat::extension |
File extension.
Definition at line 70 of file screenshot.cpp.
Referenced by GetCurrentScreenshotExtension(), MakeLargeWorldScreenshot(), MakeMinimapWorldScreenshot(), MakeSmallScreenshot(), and RealMakeScreenshot().
| ScreenshotHandlerProc* ScreenshotFormat::proc |
Function for writing the screenshot.
Definition at line 71 of file screenshot.cpp.
Referenced by MakeHeightmapScreenshot(), MakeLargeWorldScreenshot(), MakeMinimapWorldScreenshot(), and MakeSmallScreenshot().