Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
src
game
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
6
extern
u8
_entrySegmentRomStart
[];
7
extern
u8
_entrySegmentRomEnd
[];
8
9
#endif
/* _MAIN_ENTRY_H */
types.h
_entrySegmentRomEnd
u8 _entrySegmentRomEnd[]
_entrySegmentRomStart
u8 _entrySegmentRomStart[]
u8
unsigned char u8
Definition:
ultratypes.h:12
Generated by
1.8.13