diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-19 14:03:50 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-19 14:03:50 -0400 |
| commit | 329d94a301b7b13ec2770a744a50712a95880434 (patch) | |
| tree | d5d3dc216c01d2684d2883808746aefc001147f5 /src/d/actor/d_a_bita.cpp | |
| parent | cb75b2dad455fb378b5b6f6c846ba3479c4de848 (diff) | |
Add fake headers for unsolved weak objects to reduce manual copy-pasting
Diffstat (limited to 'src/d/actor/d_a_bita.cpp')
| -rw-r--r-- | src/d/actor/d_a_bita.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/d/actor/d_a_bita.cpp b/src/d/actor/d_a_bita.cpp index 8e985c62..ac04b792 100644 --- a/src/d/actor/d_a_bita.cpp +++ b/src/d/actor/d_a_bita.cpp @@ -15,16 +15,7 @@ #include "m_Do/m_Do_ext.h" #include "m_Do/m_Do_mtx.h" -static Vec dummy1 = { 1.0f, 1.0f, 1.0f }; -static Vec dummy2 = { 1.0f, 1.0f, 1.0f }; -static struct { - u32 m0; - f32 m1; - f32 m2; - f32 m3; - f32 m4; - f32 m5; -} dummy3 = { 0x02000201, 0.0f, 2.125f, 0.0f, 1.75f, 0.0f }; +#include "weak_data_1811.h" // IWYU pragma: keep static btd_class* btd = NULL; |
