perfect_dark/src/ailists/mp_setupimp.c

47 lines
451 B
C

//
// Defense
//
#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,
ailists,
NULL,
};
u32 props[] = {
endprops
};
s32 intro[] = {
endintro
};
s32 path00[] = {
-1,
};
struct path paths[] = {
{ NULL, 0, 0 },
};
u8 func0000_0034[] = {
endlist
};
struct ailist ailists[] = {
{ NULL, 0 },
};