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:
robojumper
2024-09-15 20:54:45 +02:00
committed by GitHub
parent 63365331d8
commit 2f7ceff5b1
11 changed files with 210 additions and 64 deletions
+2
View File
@@ -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);
};