22 #ifndef LASTEXPRESS_FIGHT_H 23 #define LASTEXPRESS_FIGHT_H 25 #include "lastexpress/lastexpress.h" 29 class LastExpressEngine;
41 void setOutcome(
int outcome);
42 void endFight(
int outcome);
43 void timer(
Event *event,
bool isProcessing);
44 void mouse(
Event *event);
46 void setFightHappening(
bool happening) { _fightIsHappening = happening; }
47 bool fightHappening() {
return _fightIsHappening; }
55 int _currentSeqIdx = 0;
57 bool _fightIsHappening =
false;
62 bool _lowIconToggle =
false;
63 int _eggIconBrightness = 0;
64 int _eggIconBrightnessStep = 1;
69 #endif // LASTEXPRESS_FIGHT_H
Definition: lastexpress.h:523