Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JPAResourceLoader.h
Go to the documentation of this file.
1#ifndef JPARESOURCELOADER_H
2#define JPARESOURCELOADER_H
3
4#include "dolphin/types.h"
5
7
9public:
10 /* 8027D8A0 */ JPAResourceLoader(u8 const*, JPAResourceManager*);
11 /* 8027D8E0 */ void load_jpc(u8 const*, JPAResourceManager*);
12};
13
14#endif /* JPARESOURCELOADER_H */
Definition JPAResourceManager.h:14
Definition JPAResourceManager.cpp:11
JPAResourceLoader(u8 const *, JPAResourceManager *)
void load_jpc(u8 const *, JPAResourceManager *)
Definition JPAResourceLoader.cpp:36
unsigned char u8
Definition types.h:8