Files
tp/include/JSystem/JUtility/JUTResource.h
T

21 lines
584 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JUTRESOURCE_H
#define JUTRESOURCE_H
2021-01-25 06:57:35 -08:00
2021-12-11 23:39:53 +01:00
#include "JSystem/JKernel/JKRArchive.h"
#include "JSystem/JSupport/JSUInputStream.h"
2021-01-25 06:57:35 -08:00
#include "dolphin/types.h"
2021-12-11 23:39:53 +01:00
class JUTResReference {
private:
u8 unk_0x0[0x100];
public:
JUTResReference() { unk_0x0[0] = 0; }
/* 802DE078 */ void* getResource(JSUInputStream*, u32, JKRArchive*);
/* 802DE120 */ void getResource(void const*, u32, JKRArchive*);
/* 802DE1BC */ void getResource(u32, JKRArchive*);
};
// only rough size known due to getPointer__7J2DPaneFP20JSURandomInputStreamUlP10JKRArchive
2021-03-28 22:49:05 +02:00
#endif /* JUTRESOURCE_H */