mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef JSYSTEM_JUTILITY_TEXTURE_H
|
||||
#define JSYSTEM_JUTILITY_TEXTURE_H
|
||||
|
||||
struct ResTIMG {};
|
||||
|
||||
#endif // JSYSTEM_JUTILITY_TEXTURE_H
|
||||
Reference in New Issue
Block a user