Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JAWVolume.h
Go to the documentation of this file.
1#ifndef JAWVOLUME_H
2#define JAWVOLUME_H
3
5
6class JAWVolume : public JAWWindow {
7public:
8 JAWVolume(int, int);
9};
10
11#endif /* JAWVOLUME_H */
Definition JAWVolume.h:6
JAWVolume(int, int)
Definition JAWWindow.h:23