From daf45f768d9ae091a97dce1be8d048ac2b7bd54c Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sat, 28 Aug 2021 07:25:03 -0700 Subject: move J2D / JUTResFont (#144) * move some JSystem and meter2_info stuff * more J2D / JUTTexture / JUTPalette * setup dScnKy_env_light_c --- include/SSystem/SComponent/c_sxyz.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/SSystem') diff --git a/include/SSystem/SComponent/c_sxyz.h b/include/SSystem/SComponent/c_sxyz.h index 61843437ef..ad1bf45b45 100644 --- a/include/SSystem/SComponent/c_sxyz.h +++ b/include/SSystem/SComponent/c_sxyz.h @@ -5,6 +5,12 @@ struct SVec { s16 x, y, z; + + void set(s16 oX, s16 oY, s16 oZ) { + x = oX; + y = oY; + z = oZ; + } }; class csXyz : public SVec { public: -- cgit v1.2.3