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.
16 lines
354 B
16 lines
354 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/cotmc/header.h"
|
|
|
|
#include "levels/cotmc/areas/1/geo.inc.c"
|
|
|