OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
worldlight.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
world/objects/vob.h
"
4
#include "
graphics/lightgroup.h
"
5
6
class
WorldLight
:
public
Vob
{
7
public
:
8
WorldLight
(
Vob
* parent,
World
&
world
,
const
zenkit::VLight& vob,
Flags
flags);
9
10
private
:
11
void
moveEvent()
override
;
12
13
LightGroup::Light
light;
14
};
15
LightGroup::Light
Definition
lightgroup.h:18
Vob
Definition
vob.h:11
Vob::Flags
Flags
Definition
vob.h:13
Vob::world
World & world
Definition
vob.h:45
WorldLight
Definition
worldlight.h:6
World
Definition
world.h:31
lightgroup.h
vob.h
game
world
worldlight.h
Generated by
1.9.8