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>
This commit is contained in:
notyourav
2021-01-25 09:57:35 -05:00
committed by GitHub
co-authored by Pheenoh
parent c028ab3b52
commit 6e7708652e
96 changed files with 3466 additions and 3301 deletions
+12
View File
@@ -0,0 +1,12 @@
#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
+6
View File
@@ -0,0 +1,6 @@
#ifndef JSYSTEM_JUTILITY_TEXTURE_H
#define JSYSTEM_JUTILITY_TEXTURE_H
struct ResTIMG {};
#endif // JSYSTEM_JUTILITY_TEXTURE_H