OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
itemtorchburning.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
item.h
"
4
5
class
ItemTorchBurning
:
public
Item
{
6
public
:
7
ItemTorchBurning
(
World
& owner,
size_t
inst,
Item::Type
type);
8
9
void
clearView
()
override
;
10
bool
isTorchBurn
()
const override
;
11
12
protected
:
13
void
moveEvent
()
override
;
14
15
private
:
16
ObjVisual
view;
17
};
18
ItemTorchBurning
Definition
itemtorchburning.h:5
ItemTorchBurning::moveEvent
void moveEvent() override
Definition
itemtorchburning.cpp:31
ItemTorchBurning::isTorchBurn
bool isTorchBurn() const override
Definition
itemtorchburning.cpp:27
ItemTorchBurning::clearView
void clearView() override
Definition
itemtorchburning.cpp:22
Item
Definition
item.h:14
Item::Type
Type
Definition
item.h:18
ObjVisual
Definition
objvisual.h:11
World
Definition
world.h:31
item.h
game
world
objects
itemtorchburning.h
Generated by
1.9.8