1#pragma once
2
3namespace al {
4class LiveActor;
5}
6
7namespace PlayerCapFunction {
8bool isEnableBirdLandPlayerCapOn(const al::LiveActor*);
9}
10