mirror of
https://github.com/zeldaret/ss
synced 2026-09-06 18:51:12 -04:00
d_a_obj_junk_repairing OK (#27)
* d_a_obj_junk_repairing OK * Fix rel_sieve with multi-file RELs
This commit is contained in:
@@ -9,6 +9,7 @@ namespace EGG {
|
||||
struct Quatf : public Vector3f {
|
||||
Quatf() {}
|
||||
Quatf(f32 f, Vector3f v) : w(f), Vector3f(v) {}
|
||||
Quatf(f32 f, f32 x, f32 y, f32 z) : w(f), Vector3f(Vector3f(x, y, z)) {}
|
||||
~Quatf() {}
|
||||
|
||||
friend Quatf operator*(const Quatf &q, const Vector3f &vec) {
|
||||
|
||||
Reference in New Issue
Block a user