perfect_dark/src/setups/mp_setupsilo.c

35 lines
369 B
C

//
// Stage ID 0x14
//
#include "stagesetup.h"
extern s32 intro[];
extern u32 props[];
extern struct path paths[];
extern struct ailist ailists[];
struct stagesetup setup = {
NULL,
NULL,
NULL,
intro,
props,
paths,
NULL,
NULL,
};
u32 props[] = {
endprops
};
s32 intro[] = {
outfit(OUTFIT_DEFAULT)
endintro
};
struct path paths[] = {
{ NULL, 0, 0 },
};