Files
tp/include/JSystem/JUtility/JUTResource.h
T
notyourav 6e7708652e J2DPane.cpp (#91)
* split J2DPane.cpp

* J2DPane first pass

* consolidate headers and typedef mtx

* remove duplicate J2DScreen.h

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-25 09:57:35 -05:00

12 lines
304 B
C

#ifndef JSYSTEM_JUTILITY_RESOURCE_H
#define JSYSTEM_JUTILITY_RESOURCE_H
#include "dolphin/types.h"
struct JUTResReference {
JUTResReference() : res(NULL) {}
void* getResource(JSURandomInputStream* stream, u32 size, JKRArchive* archive);
void* res;
};
#endif // JSYSTEM_JUTILITY_RESOURCE_H