22 #ifndef ULTIMA4_GAME_AURA_H 23 #define ULTIMA4_GAME_AURA_H 25 #include "ultima/ultima4/core/observable.h" 46 int getDuration()
const {
49 Aura::Type getType()
const {
52 bool isActive()
const {
56 void setDuration(
int d);
57 void set(Type = NONE,
int d = 0);
60 bool operator==(
const Type &t)
const {
63 bool operator!=(
const Type &t)
const {
64 return !operator==(t);
Definition: detection.h:27
Definition: observable.h:45