OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
earthquake.cpp
Go to the documentation of this file.
1#include "earthquake.h"
2
3#include <Tempest/Log>
4
5using namespace Tempest;
6
7Earthquake::Earthquake(Vob* parent, World& world, const zenkit::VEarthquake& data, Flags flags)
8 : AbstractTrigger(parent,world,data,flags) {
9 }
10
12 Log::d("TODO: earthquake, \"", name() , "\"");
13 }
std::string_view name() const
Earthquake(Vob *parent, World &world, const zenkit::VEarthquake &data, Flags flags)
Definition earthquake.cpp:7
void onTrigger(const TriggerEvent &evt) override
Definition vob.h:11
Flags
Definition vob.h:13
Definition world.h:31