Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
src
game
star_select.h
Go to the documentation of this file.
1
#ifndef _STAR_SELECT_H
2
#define _STAR_SELECT_H
3
4
enum
StarSelectorTypes
5
{
6
STAR_SELECTOR_NOT_SELECTED
,
7
STAR_SELECTOR_SELECTED
,
8
STAR_SELECTOR_100_COINS
9
};
10
11
// extern ? BehStarActSelectorLoop(?);
12
// extern ? Show100CoinStar(?);
13
// extern ? BehActSelectorInit(?);
14
// extern ? BehActSelectorLoop(?);
15
// extern ? Geo18_80177518(?);
16
// extern ? LevelProc_80177560(?);
17
// extern ? LevelProc_80177610(?);
18
19
#endif
/* _STAR_SELECT_H */
StarSelectorTypes
StarSelectorTypes
Definition:
star_select.h:4
STAR_SELECTOR_100_COINS
Definition:
star_select.h:8
STAR_SELECTOR_NOT_SELECTED
Definition:
star_select.h:6
STAR_SELECTOR_SELECTED
Definition:
star_select.h:7
Generated by
1.8.13