diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2021-12-06 12:57:45 +0100 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2021-12-06 13:14:13 +0100 |
| commit | 9da2309be783fd453da060fd3fe1ccd5fbeba8a9 (patch) | |
| tree | 594952e0140b501010236fd2d864fa179b1a2eb2 /libs/JSystem/JUtility/JUTDbPrint.cpp | |
| parent | c15d8fcb3e91890c3aa779b391258ff9d6ce1e61 (diff) | |
J2DGrafContext and J2DOrthoGraph
Diffstat (limited to 'libs/JSystem/JUtility/JUTDbPrint.cpp')
| -rw-r--r-- | libs/JSystem/JUtility/JUTDbPrint.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/libs/JSystem/JUtility/JUTDbPrint.cpp b/libs/JSystem/JUtility/JUTDbPrint.cpp index c56bbc357f..1bea7c33c7 100644 --- a/libs/JSystem/JUtility/JUTDbPrint.cpp +++ b/libs/JSystem/JUtility/JUTDbPrint.cpp @@ -4,25 +4,13 @@ // #include "JSystem/JUtility/JUTDbPrint.h" +#include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "JSystem/JUtility/JUTVideo.h" #include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/printf.h" #include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/string.h" #include "dol2asm.h" #include "dolphin/types.h" -class J2DGrafContext { -public: - virtual ~J2DGrafContext(){}; -}; - -class J2DOrthoGraph : public J2DGrafContext { -public: - char fake[0xd0]; - J2DOrthoGraph(f32, f32, f32, f32, f32, f32); - virtual ~J2DOrthoGraph(){}; - void setPort(); -}; - /* 802E0148-802E0190 2DAA88 0048+00 1/1 0/0 0/0 .text __ct__10JUTDbPrintFP7JUTFontP7JKRHeap */ JUTDbPrint::JUTDbPrint(JUTFont* pFont, JKRHeap* pHeap) { mFont = pFont; |
