mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
6e7708652e
* split J2DPane.cpp * J2DPane first pass * consolidate headers and typedef mtx * remove duplicate J2DScreen.h Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
238 B
C++
13 lines
238 B
C++
#ifndef JSYSTEM_J2DGRAPH_SCREEN_H
|
|
#define JSYSTEM_J2DGRAPH_SCREEN_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern u8* lbl_80451590;
|
|
|
|
class J2DScreen {
|
|
static u8* getDataManage() { return lbl_80451590; }
|
|
};
|
|
|
|
#endif // JSYSTEM_J2DGRAPH_SCREEN_H
|