Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JAWChView.h
Go to the documentation of this file.
1#ifndef JAWCHVIEW_H
2#define JAWCHVIEW_H
3
5
6class JAWChView : public JAWWindow {
7public:
9
10 /* 0x3F0 */ int field_0x3f0;
11 /* 0x3F4 */ u8 field_0x3f4[4];
12};
13
14#endif /* JAWCHVIEW_H */
Definition JAWChView.h:6
int field_0x3f0
Definition JAWChView.h:10
u8 field_0x3f4[4]
Definition JAWChView.h:11
Definition JAWWindow.h:23
unsigned char u8
Definition types.h:8