summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DGrafContext.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2021-08-28 07:25:03 -0700
committerGitHub <noreply@github.com>2021-08-28 16:25:03 +0200
commitdaf45f768d9ae091a97dce1be8d048ac2b7bd54c (patch)
tree138798649ad35cb95ff5a0dd49bc7884ed6cdff0 /libs/JSystem/J2DGraph/J2DGrafContext.cpp
parente14b04c54a40e95f0117df44f1186f2d44799ac7 (diff)
move J2D / JUTResFont (#144)
* move some JSystem and meter2_info stuff * more J2D / JUTTexture / JUTPalette * setup dScnKy_env_light_c
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DGrafContext.cpp')
-rw-r--r--libs/JSystem/J2DGraph/J2DGrafContext.cpp40
1 files changed, 0 insertions, 40 deletions
diff --git a/libs/JSystem/J2DGraph/J2DGrafContext.cpp b/libs/JSystem/J2DGraph/J2DGrafContext.cpp
index cf29efd972..0d7f12952a 100644
--- a/libs/JSystem/J2DGraph/J2DGrafContext.cpp
+++ b/libs/JSystem/J2DGraph/J2DGrafContext.cpp
@@ -8,46 +8,6 @@
#include "dolphin/types.h"
//
-// Types:
-//
-
-struct JUtility {
- struct TColor {};
-};
-
-struct JGeometry {
- template <typename A1>
- struct TBox2 {};
- /* TBox2<f32> */
- struct TBox2__template0 {};
-
- template <typename A1>
- struct TVec2 {};
- /* TVec2<f32> */
- struct TVec2__template1 {};
-};
-
-struct J2DGrafContext {
- /* 802E8B08 */ J2DGrafContext(f32, f32, f32, f32);
- /* 802E8BB4 */ void setPort();
- /* 802E8C44 */ void setup2D();
- /* 802E8E20 */ void setScissor();
- /* 802E90C0 */ void scissor(JGeometry::TBox2<f32> const&);
- /* 802E90E4 */ void place(JGeometry::TBox2<f32> const&);
- /* 802E961C */ void place(f32, f32, f32, f32);
- /* 802E9118 */ void setColor(JUtility::TColor, JUtility::TColor, JUtility::TColor,
- JUtility::TColor);
- /* 802E9234 */ void setLineWidth(u8);
- /* 802E9260 */ void fillBox(JGeometry::TBox2<f32> const&);
- /* 802E9368 */ void drawFrame(JGeometry::TBox2<f32> const&);
- /* 802E9488 */ void line(JGeometry::TVec2<f32>, JGeometry::TVec2<f32>);
- /* 802E9564 */ void lineTo(JGeometry::TVec2<f32>);
- /* 802E95D4 */ ~J2DGrafContext();
- /* 802E9664 */ bool getGrafType() const;
- /* 802E966C */ void setLookat();
-};
-
-//
// Forward References:
//