mirror of
https://github.com/zeldaret/tp
synced 2026-06-11 05:08:39 -04:00
move J2D / JUTResFont (#144)
* move some JSystem and meter2_info stuff * more J2D / JUTTexture / JUTPalette * setup dScnKy_env_light_c
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user