mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-06 01:15:17 -05:00
17 lines
360 B
C
17 lines
360 B
C
#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/bowser_1/header.h"
|
|
|
|
#include "levels/bowser_1/areas/1/geo.inc.c"
|