Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
802 B
32 lines
802 B
3 years ago
|
#include <ultra64.h>
|
||
|
#include "sm64.h"
|
||
|
#include "surface_terrains.h"
|
||
|
#include "geo_commands.h"
|
||
|
|
||
|
#include "make_const_nonconst.h"
|
||
|
|
||
|
#include "mr_i_eyeball/model.inc.c"
|
||
|
UNUSED static const u64 binid_0 = 0;
|
||
|
|
||
|
#include "mr_i_iris/model.inc.c"
|
||
|
UNUSED static const u64 binid_1 = 1;
|
||
|
|
||
|
#include "swoop/model.inc.c"
|
||
|
#include "swoop/anims/data.inc.c"
|
||
|
#include "swoop/anims/table.inc.c"
|
||
|
UNUSED static const u64 binid_2 = 2;
|
||
|
|
||
|
#include "snufit/model.inc.c"
|
||
|
UNUSED static const u64 binid_3 = 3;
|
||
|
|
||
|
#include "dorrie/model.inc.c"
|
||
|
#include "dorrie/anims/data.inc.c"
|
||
|
#include "dorrie/anims/table.inc.c"
|
||
|
#include "dorrie/collision.inc.c"
|
||
|
UNUSED static const u64 binid_4 = 4;
|
||
|
|
||
|
#include "scuttlebug/model.inc.c"
|
||
|
#include "scuttlebug/anims/data.inc.c"
|
||
|
#include "scuttlebug/anims/table.inc.c"
|
||
|
UNUSED static const u64 binid_5 = 5;
|