2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Initial CScriptPlatform collision

This commit is contained in:
Jack Andersen
2018-06-23 16:39:53 -10:00
parent 4ddec7e10c
commit 186acae5d8
10 changed files with 38 additions and 17 deletions

View File

@@ -85,6 +85,14 @@ public:
x54_depth2Ease = Ease::None;
x58_alphaEase = Ease::None;
}
zeus::CVector2i GetViewportSize() const
{
if (m_getViewportSize)
return m_getViewportSize();
else
return x0_viewportSize;
}
};
struct SAutoMapperHintStep