Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/castle_grounds/geo.c
7857 views
1
#include <ultra64.h>
2
#include "sm64.h"
3
#include "geo_commands.h"
4
5
#include "game/level_geo.h"
6
#include "game/geo_misc.h"
7
#include "game/camera.h"
8
#include "game/moving_texture.h"
9
#include "game/screen_transition.h"
10
#include "game/paintings.h"
11
12
#include "make_const_nonconst.h"
13
14
#include "levels/castle_grounds/header.h"
15
16
#include "levels/castle_grounds/areas/1/11/geo.inc.c"
17
#include "levels/castle_grounds/areas/1/3/geo.inc.c"
18
#include "levels/castle_grounds/areas/1/7/geo.inc.c"
19
#include "levels/castle_grounds/areas/1/8/geo.inc.c"
20
#include "levels/castle_grounds/areas/1/geo.inc.c"
21
22