-
Notifications
You must be signed in to change notification settings - Fork 33
Game Libraries
shibboleet edited this page Aug 27, 2023
·
2 revisions
Super Mario Galaxy 1 divides it's code into several libraries. All of the libraries described below are written in C++.
Library | Description |
---|---|
Animation | |
AreaObj | Contains every Area Object in the game. |
AudioLib | |
Boss | Contains every Boss in the game. |
Camera | Contains every Camera type in the game. |
Demo | |
Effect | |
Enemy | |
GameAudio | |
Gravity | |
LiveActor | |
Map | |
MapObj | |
NameObj | |
NPC | |
NWC24 | |
Player | |
RhythmLib | |
Ride | |
Scene | |
Screen | |
Speaker | |
System | |
Util |