summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
authorDaniel Hajjar <33489389+DanTGL@users.noreply.github.com>2024-06-22 02:31:43 +0200
committerGitHub <noreply@github.com>2024-06-21 17:31:43 -0700
commitfda302008e559e2776ca94bc1dadd662e7e5fbc9 (patch)
treecec5a7b322a5284e8b17082788361a54893eb590 /include/SSystem/SComponent
parentee52d98f78b51019c1f519cbea880bf1f35d33fa (diff)
d_a_sea (#659)
* d_a_sea fixes * daSea_ChkArea matching * daSea_calcWave WIP * daSea_GetPoly WIP * d_a_sea Added Nonmatching comments * daSea_calcWave matching * daSea_calcWave fakematch * daSea_packet_c::CalcFlatInterTarget matching * daSea_GetPoly matching * daSea_packet_c::SetCullStopFlag matching * d_a_sea Misc fixes * daSea_packet_c::execute matching * daSea_packet_c::execute cleanup * daSea_packet_c::create matching * daSea_packet_c::CalcFlatInter matching * daSea_packet_c::draw WIP * daSea_packet_c::draw more WIP * daSea_packet_c::draw work * daSea_packet_c::draw even more WIP * d_a_sea matching Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com> * d_a_sea cleanup * updated configure.py * d_a_sea minor cleanup --------- Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_m2d_g_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_m2d_g_box.h b/include/SSystem/SComponent/c_m2d_g_box.h
index 1a0bbda9..c58917a0 100644
--- a/include/SSystem/SComponent/c_m2d_g_box.h
+++ b/include/SSystem/SComponent/c_m2d_g_box.h
@@ -7,6 +7,8 @@ class cM2dGBox {
public:
cXy mP0, mP1;
+ virtual ~cM2dGBox() {}
+
void Set(cXy& pA, cXy& pB);
f32 GetLen(const cXy& pXy) const;
};