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.
23 lines
709 B
23 lines
709 B
#include <ultra64.h>
|
|
#include "sm64.h"
|
|
#include "geo_commands.h"
|
|
|
|
#include "game/level_geo.h"
|
|
#include "game/geo_misc.h"
|
|
#include "game/camera.h"
|
|
#include "game/moving_texture.h"
|
|
#include "game/screen_transition.h"
|
|
#include "game/paintings.h"
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
#include "levels/hmc/header.h"
|
|
|
|
#include "levels/hmc/areas/1/grill_door/geo.inc.c"
|
|
#include "levels/hmc/rolling_rock/geo.inc.c"
|
|
#include "levels/hmc/rolling_rock_fragment_1/geo.inc.c"
|
|
#include "levels/hmc/rolling_rock_fragment_2/geo.inc.c"
|
|
#include "levels/hmc/arrow_platform/geo.inc.c"
|
|
#include "levels/hmc/arrow_platform_button/geo.inc.c"
|
|
#include "levels/hmc/elevator_platform/geo.inc.c"
|
|
#include "levels/hmc/areas/1/geo.inc.c"
|
|
|