Adjustments to "decomp" language

This commit is contained in:
Christian Semmler
2023-11-28 09:00:57 -05:00
parent 3d48cdede1
commit 1ba3b7f0a7
394 changed files with 1946 additions and 1944 deletions

View File

@@ -6,7 +6,7 @@
class OrientableROI : public ROI {
public:
// OFFSET: LEGO1 0x100a4420
// FUNCTION: LEGO1 0x100a4420
OrientableROI()
{
FILLVEC3(m_world_bounding_box.Min(), 888888.8);
@@ -16,7 +16,7 @@ public:
ZEROVEC3(m_world_velocity);
IDENTMAT4(m_local2world.GetMatrix());
}
// OFFSET: LEGO1 0x100a4630 TEMPLATE
// FUNCTION: LEGO1 0x100a4630 SYNTHETIC
// OrientableROI::`scalar deleting destructor'
virtual const Vector3& GetWorldVelocity() const;