| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | namespace al { |
| 4 | class AudioDirector; |
| 5 | class BgmDataBase; |
| 6 | struct BgmUserInfo; |
| 7 | } // namespace al |
| 8 | |
| 9 | namespace alBgmFunction { |
| 10 | al::BgmUserInfo* tryFindBgmUserInfo(const al::BgmDataBase*, const char*); |
| 11 | } |
| 12 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | namespace al { |
| 4 | class AudioDirector; |
| 5 | class BgmDataBase; |
| 6 | struct BgmUserInfo; |
| 7 | } // namespace al |
| 8 | |
| 9 | namespace alBgmFunction { |
| 10 | al::BgmUserInfo* tryFindBgmUserInfo(const al::BgmDataBase*, const char*); |
| 11 | } |
| 12 |