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"
5
6class 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
14 };
15
Definition vob.h:11
Flags
Definition vob.h:13
World & world
Definition vob.h:45
Definition world.h:31