Luanti 5.15.0-dev
 
Loading...
Searching...
No Matches
screenshot.h
Go to the documentation of this file.
1// Luanti
2// SPDX-License-Identifier: LGPL-2.1-or-later
3// Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4
5#pragma once
6
7#include <string>
8
9namespace video {
10 class IVideoDriver;
11}
12
19bool takeScreenshot(video::IVideoDriver *driver, std::string &filename_out);
20
Definition clientmap.h:36
bool takeScreenshot(video::IVideoDriver *driver, std::string &filename_out)
Take a screenshot and save it to disk.
Definition screenshot.cpp:20