Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASBankList.h
Go to the documentation of this file.
1#ifndef JASBANKLIST_H
2#define JASBANKLIST_H
3
4#include "dolphin/types.h"
5
6class JASBank;
7
13public:
14 virtual JASBank* getBank(u32 param_0) const = 0;
15};
16
17#endif /* JASBANKLIST_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition JASBankList.h:12
virtual JASBank * getBank(u32 param_0) const =0
Definition JASBank.h:18
unsigned long u32
Definition types.h:10