Implement/match Ambulance::HandleButtonDown (#1028)

This commit is contained in:
Christian Semmler
2024-06-13 11:34:44 -04:00
committed by GitHub
parent 33c64bb002
commit cf7246ac6c
3 changed files with 37 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ extern MxAtomId* g_isleScript;
LegoEntity* PickEntity(MxLong, MxLong);
LegoROI* PickROI(MxLong, MxLong);
LegoROI* PickParentROI(MxLong p_a, MxLong p_b);
MxS16 CountTotalTreeNodes(LegoTreeNode* p_node);
void FUN_1003e050(LegoAnimPresenter* p_presenter);
Extra::ActionType MatchActionString(const char*);