Pioneer
Loading...
Searching...
No Matches
PngWriter.h
Go to the documentation of this file.
1// Copyright © 2008-2024 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#ifndef PNGWRITER_H
5#define PNGWRITER_H
6
7#include <SDL_stdinc.h>
8#include <string>
9
10namespace Graphics {
11 struct ScreendumpState;
12}
13
14void write_screenshot(const Graphics::ScreendumpState &sd, const char *destFile);
15
16#endif
void write_screenshot(const Graphics::ScreendumpState &sd, const char *destFile)
Definition: PngWriter.cpp:11
Definition: Background.h:14
Definition: Graphics.h:134