22 #ifndef LASTEXPRESS_COOKS_H 23 #define LASTEXPRESS_COOKS_H 25 #include "lastexpress/entities/entity.h" 29 class LastExpressEngine;
41 DECLARE_FUNCTION_1(
draw,
const char *sequence)
48 DECLARE_VFUNCTION_1(
playSound,
const char *filename)
50 DECLARE_FUNCTION(uptrainVersion)
52 DECLARE_FUNCTION(downtrainVersion)
57 DECLARE_VFUNCTION(chapter1)
62 DECLARE_FUNCTION(inKitchenDinner)
64 DECLARE_FUNCTION(lockUp)
69 DECLARE_VFUNCTION(chapter2)
74 DECLARE_FUNCTION(inKitchenBreakfast)
79 DECLARE_VFUNCTION(chapter3)
84 DECLARE_FUNCTION(inKitchenLunch)
89 DECLARE_VFUNCTION(chapter4)
94 DECLARE_FUNCTION(inKitchenDinner2)
99 DECLARE_VFUNCTION(chapter5)
104 #endif // LASTEXPRESS_COOKS_H Definition: lastexpress.h:69
Definition: animation.h:45
void draw(const SavePoint &savepoint, bool handleExcuseMe=false)
void playSound(const SavePoint &savepoint, bool resetItem=false, SoundFlag flag=kSoundVolumeEntityDefault)