22 #ifndef M4_BURGER_ROOMS_ROOM_H 23 #define M4_BURGER_ROOMS_ROOM_H 25 #include "m4/core/rooms.h" 26 #include "m4/burger/core/play_break.h" 27 #include "m4/burger/core/stream_break.h" 28 #include "m4/burger/core/conv.h" 29 #include "m4/adv_r/conv_io.h" 30 #include "m4/core/imath.h" 31 #include "m4/graphics/gr_series.h" 32 #include "m4/adv_r/adv_hotspot.h" 40 static char _wilburName[16];
41 static char _wilburVerb;
49 static void setWilburHotspot();
60 void compact_mem_and_report() {}
62 void npc_say(
const char *digiName,
int trigger = -1,
const char *seriesName =
nullptr,
63 int layer = 0,
bool shadow =
true,
int firstFrame = 0,
int lastFrame = -1,
64 int digiSlot = 1,
int digiVol = 255);
65 void npc_say(
int trigger = -1,
const char *seriesName =
nullptr,
66 int layer = 0,
bool shadow =
true,
int firstFrame = 0,
int lastFrame = -1,
67 int digiSlot = 1,
int digiVol = 255);
Definition: gr_series.h:58
HotSpotRec * custom_hotspot_which(int32 x, int32 y) override
Definition: database.h:28
Definition: adv_hotspot.h:30