mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
16 lines
258 B
C++
16 lines
258 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
class LiveActor;
|
|
}
|
|
|
|
namespace alSensorFunction {
|
|
|
|
void updateHitSensorsAll(al::LiveActor*);
|
|
void clearHitSensors(al::LiveActor*);
|
|
|
|
// TODO: find this type
|
|
void findSensorTypeByName(char const*);
|
|
|
|
} // namespace alSensorFunction
|