22 #ifndef LASTEXPRESS_YASMIN_H 23 #define LASTEXPRESS_YASMIN_H 25 #include "lastexpress/entities/entity.h" 29 class LastExpressEngine;
39 DECLARE_FUNCTION(
reset)
54 DECLARE_VFUNCTION_1(
playSound,
const char *filename)
70 DECLARE_VFUNCTION_2(
updateEntity, CarIndex car, EntityPosition entityPosition)
72 DECLARE_FUNCTION(goEtoG)
73 DECLARE_FUNCTION(goGtoE)
78 DECLARE_VFUNCTION(chapter1)
83 DECLARE_FUNCTION(part1)
85 DECLARE_FUNCTION(function10)
90 DECLARE_VFUNCTION(chapter2)
95 DECLARE_FUNCTION(part2)
100 DECLARE_VFUNCTION(chapter3)
105 DECLARE_FUNCTION(part3)
110 DECLARE_VFUNCTION(chapter4)
115 DECLARE_FUNCTION(part4)
117 DECLARE_FUNCTION(function17)
122 DECLARE_VFUNCTION(chapter5)
127 DECLARE_FUNCTION(part5)
129 DECLARE_FUNCTION(function20)
130 DECLARE_FUNCTION(hiding)
132 DECLARE_NULL_FUNCTION()
137 #endif // LASTEXPRESS_YASMIN_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)