OdysseyDecomp/lib/al/Library/LiveActor/ActorSensorMsgFunction.h
MonsterDruide1 2d093584f2 Move all header files to proper paths
Co-authored-by: Sanae <atmatm6000@outlook.com>
2023-08-08 19:19:07 +02:00

16 lines
375 B
C++

#pragma once
namespace al {
class HitSensor;
class SensorMsg;
void sendMsgPlayerReleaseEquipment(HitSensor* source, HitSensor* target);
bool isMsgPlayerDisregard(const al::SensorMsg* message);
bool isMsgHideModel(const al::SensorMsg* message);
bool isMsgShowModel(const al::SensorMsg* message);
bool isMsgAskSafetyPoint(const al::SensorMsg* message);
} // namespace al