Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
main_entry.h
Go to the documentation of this file.
1 #ifndef _MAIN_ENTRY_H
2 #define _MAIN_ENTRY_H
3 
4 #include "types.h"
5 
7 extern u8 _entrySegmentRomEnd[];
8 
9 #endif /* _MAIN_ENTRY_H */
u8 _entrySegmentRomEnd[]
u8 _entrySegmentRomStart[]
unsigned char u8
Definition: ultratypes.h:12