Pioneer
Loading...
Searching...
No Matches
src
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
10
namespace
Graphics
{
11
struct
ScreendumpState;
12
}
13
14
void
write_screenshot
(
const
Graphics::ScreendumpState
&sd,
const
char
*destFile);
15
16
#endif
write_screenshot
void write_screenshot(const Graphics::ScreendumpState &sd, const char *destFile)
Definition:
PngWriter.cpp:11
Graphics
Definition:
Background.h:14
Graphics::ScreendumpState
Definition:
Graphics.h:134
Generated by
1.9.6