| 376 | } |
| 377 | public: |
| 378 | ResSound(const char* name, fcyRefPointer<f2dSoundBuffer> buffer) |
| 379 | : Resource(ResourceType::SoundEffect, name), m_pBuffer(buffer) {} |
| 380 | }; |
| 381 | |
| 382 | /// @brief 背景音乐 |
nothing calls this directly
no outgoing calls
no test coverage detected