Pioneer
Loading...
Searching...
No Matches
Tombstone.h
Go to the documentation of this file.
1// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#ifndef _TOMBSTONE_H
5#define _TOMBSTONE_H
6
7#include "Cutscene.h"
8
9class Tombstone : public Cutscene {
10public:
11 Tombstone(Graphics::Renderer *r, int width, int height);
12 virtual void Draw(float time);
13};
14
15#endif
Definition Cutscene.h:16
Definition Renderer.h:44
Definition Tombstone.h:9
virtual void Draw(float time)
Definition Tombstone.cpp:22