ACE3/addons/medical_gui/XEH_PREP.hpp
SilentSpike 4466f9e785
Strip medical component (#6442)
* Move litter to `treatment`
* Move eden object attributes to `treatment`
* Move treatment items to `treatment`
* Move bodybag handling to `treatment`
* Move state conditions to `statemachine`
* Move radio addon handling to `feedback`
* Move medical macros to `engine`
* Move medical extension to `damage`
* Fix texture and material paths after move
* Remove duplicate medical menu config
* Remove old faction class
* Remove a bunch of old code
2018-07-18 19:13:25 +01:00

21 lines
469 B
C++

PREP(canOpenMenu);
PREP(collectActions);
PREP(collectActions3D);
PREP(displayPatientInformation);
PREP(displayTriageCard);
PREP(getTreatmentOptions);
PREP(handleUI_DisplayOptions);
PREP(handleUI_dropDownTriageCard);
PREP(modifyAction);
PREP(module);
PREP(onMenuClose);
PREP(onMenuOpen);
PREP(openMenu);
PREP(setTriageStatus);
PREP(updateActivityLog);
PREP(updateBodyImage);
PREP(updateIcons);
PREP(updateInformationLists);
PREP(updateQuickViewLog);
PREP(updateUIInfo);