Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
Z2TrackView.h
Go to the documentation of this file.
1#ifndef Z2TRACKVIEW_H
2#define Z2TRACKVIEW_H
3
5
6class Z2TrackView : public JAWWindow {
7public:
8 enum DispMode {
10 };
11
13};
14
15#endif /* Z2TRACKVIEW_H */
Definition JAWWindow.h:23
Definition Z2TrackView.h:6
Z2TrackView(u8, DispMode)
DispMode
Definition Z2TrackView.h:8
@ DISPMODE0
Definition Z2TrackView.h:9
unsigned char u8
Definition types.h:8