22 #ifndef LASTEXPRESS_ALOUAN_H 23 #define LASTEXPRESS_ALOUAN_H 25 #include "lastexpress/entities/entity.h" 29 class LastExpressEngine;
39 DECLARE_FUNCTION(
reset)
54 DECLARE_VFUNCTION_1(
playSound,
const char *filename)
69 DECLARE_VFUNCTION_2(
updateEntity, CarIndex car, EntityPosition entityPosition)
71 DECLARE_FUNCTION(peekF)
72 DECLARE_FUNCTION(peekH)
73 DECLARE_FUNCTION(goFtoH)
74 DECLARE_FUNCTION(goHtoF)
79 DECLARE_VFUNCTION(chapter1)
84 DECLARE_FUNCTION(chapter1Handler)
85 DECLARE_FUNCTION(function12)
90 DECLARE_VFUNCTION(chapter2)
95 DECLARE_FUNCTION(chapter2Handler)
100 DECLARE_VFUNCTION(chapter3)
105 DECLARE_FUNCTION(chapter3Handler)
110 DECLARE_VFUNCTION(chapter4)
115 DECLARE_FUNCTION(chapter4Handler)
116 DECLARE_FUNCTION(function19)
121 DECLARE_VFUNCTION(chapter5)
126 DECLARE_FUNCTION(chapter5Handler)
127 DECLARE_FUNCTION(function22)
128 DECLARE_FUNCTION(hiding)
129 DECLARE_NULL_FUNCTION()
134 #endif // LASTEXPRESS_ALOUAN_H void updateFromTime(const SavePoint &savepoint)
Definition: lastexpress.h:69
void updateEntity(const SavePoint &savepoint, bool handleExcuseMe=false)
Definition: animation.h:45
void reset(const SavePoint &savepoint, ClothesIndex maxClothes=kClothesDefault, bool resetItem=false)
void playSound(const SavePoint &savepoint, bool resetItem=false, SoundFlag flag=kSoundVolumeEntityDefault)
void enterExitCompartment(const SavePoint &savepoint, EntityPosition position1=kPositionNone, EntityPosition position2=kPositionNone, CarIndex car=kCarNone, ObjectIndex compartment=kObjectNone, bool alternate=false, bool updateLocation=false)