mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 11:01:45 -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:
@@ -6,6 +6,8 @@
|
||||
|
||||
class mQuat_c : public EGG::Quatf {
|
||||
public:
|
||||
mQuat_c() {}
|
||||
mQuat_c(f32 x, f32 y, f32 z, f32 w): EGG::Quatf(w, x, y, z) {}
|
||||
void fn_802F2780(const mQuat_c &other);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user