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.
13 lines
398 B
13 lines
398 B
#include <ultra64.h>
|
|
#include "sm64.h"
|
|
#include "surface_terrains.h"
|
|
#include "moving_texture_macros.h"
|
|
#include "level_misc_macros.h"
|
|
#include "macro_preset_names.h"
|
|
#include "special_preset_names.h"
|
|
#include "textures.h"
|
|
|
|
#include "make_const_nonconst.h"
|
|
#include "levels/bowser_1/texture.inc.c"
|
|
#include "levels/bowser_1/areas/1/1/model.inc.c"
|
|
#include "levels/bowser_1/areas/1/collision.inc.c"
|
|
|