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/adv_r/conv_io.h" 29 #include "m4/graphics/gr_series.h" 30 #include "m4/adv_r/adv_hotspot.h" 38 static char _wilburName[16];
39 static char _wilburVerb;
47 static void setWilburHotspot();
58 void compact_mem_and_report() {}
60 void npc_say(
const char *digiName,
int trigger = -1,
const char *seriesName =
nullptr,
61 int layer = 0,
bool shadow =
true,
int firstFrame = 0,
int lastFrame = -1,
62 int digiSlot = 1,
int digiVol = 255);
63 void npc_say(
int trigger = -1,
const char *seriesName =
nullptr,
64 int layer = 0,
bool shadow =
true,
int firstFrame = 0,
int lastFrame = -1,
65 int digiSlot = 1,
int digiVol = 255);
Definition: gr_series.h:49
HotSpotRec * custom_hotspot_which(int32 x, int32 y) override
Definition: database.h:28
Definition: adv_hotspot.h:30