mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
17 lines
461 B
C
17 lines
461 B
C
#include <ultra64.h>
|
|
#include "sm64.h"
|
|
#include "surface_terrains.h"
|
|
#include "geo_commands.h"
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
#include "chillychief/model.inc.c"
|
|
#include "chillychief/anims/data.inc.c"
|
|
#include "chillychief/geo.inc.c"
|
|
#include "chillychief/anims/table.inc.c"
|
|
UNUSED static const u64 binid_0 = 0;
|
|
|
|
#include "moneybag/model.inc.c"
|
|
#include "moneybag/anims/data.inc.c"
|
|
#include "moneybag/anims/table.inc.c"
|
|
UNUSED static const u64 binid_1 = 1;
|