mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Act3Cop::VTable0x94 and related (#1209)
* Act3Cop::VTable0x94 and related * No need to include * Cast LegoWorld* to Act3*
This commit is contained in:
@@ -113,13 +113,19 @@ public:
|
||||
void SetShark(Act3Shark* p_shark) { m_shark = p_shark; }
|
||||
void SetDestLocation(LegoGameState::Area p_destLocation) { m_destLocation = p_destLocation; }
|
||||
|
||||
Act3Brickster* GetBrickster() { return m_brickster; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10072630
|
||||
// Act3::`scalar deleting destructor'
|
||||
|
||||
void EatDonut(MxS32 p_index);
|
||||
void RemoveDonut(Act3Ammo& p_p);
|
||||
MxResult ShootPizza(LegoPathController* p_controller, Vector3& p_location, Vector3& p_direction, Vector3& p_up);
|
||||
MxResult ShootDonut(LegoPathController* p_controller, Vector3& p_location, Vector3& p_direction, Vector3& p_up);
|
||||
void FUN_10073400();
|
||||
void FUN_10073430();
|
||||
void GoodEnding(const Matrix4& p_matrix);
|
||||
static void DebugPrintf(const char* p_format, ...);
|
||||
|
||||
protected:
|
||||
MxLong HandleTransitionEnd();
|
||||
|
||||
Reference in New Issue
Block a user