Pioneer
Loading...
Searching...
No Matches
src
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
9
class
Tombstone
:
public
Cutscene
{
10
public
:
11
Tombstone
(
Graphics::Renderer
*r,
int
width,
int
height);
12
virtual
void
Draw
(
float
time);
13
};
14
15
#endif
Cutscene.h
Cutscene
Definition
Cutscene.h:16
Graphics::Renderer
Definition
Renderer.h:44
Tombstone
Definition
Tombstone.h:9
Tombstone::Draw
virtual void Draw(float time)
Definition
Tombstone.cpp:22
Generated by
1.9.7