Cleaned up Events, added events on species and variant changes.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
16
src/Battling/EventHooks/EventDataClasses.hpp
Normal file
16
src/Battling/EventHooks/EventDataClasses.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef CREATURELIB_EVENTDATACLASSES_HPP
|
||||
#define CREATURELIB_EVENTDATACLASSES_HPP
|
||||
|
||||
#include "Events/ChangeSpeciesEvent.hpp"
|
||||
#include "Events/ChangeVariantEvent.hpp"
|
||||
#include "Events/DamageEvent.hpp"
|
||||
#include "Events/DisplayTextEvent.hpp"
|
||||
#include "Events/EventData.hpp"
|
||||
#include "Events/ExperienceGainEvent.hpp"
|
||||
#include "Events/FaintEvent.hpp"
|
||||
#include "Events/HealEvent.hpp"
|
||||
#include "Events/MissEvent.hpp"
|
||||
#include "Events/SwitchEvent.hpp"
|
||||
#include "Events/TurnEvents.hpp"
|
||||
|
||||
#endif // CREATURELIB_EVENTDATACLASSES_HPP
|
||||
Reference in New Issue
Block a user