mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
10 lines
125 B
C++
10 lines
125 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
|
|
class SensorMsg;
|
|
|
|
bool isMsgPlayerDisregard(al::SensorMsg const* message);
|
|
|
|
} // namespace al
|