MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ResSound

Method ResSound

LuaSTGPlus/ResourceMgr.h:378–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376 }
377 public:
378 ResSound(const char* name, fcyRefPointer<f2dSoundBuffer> buffer)
379 : Resource(ResourceType::SoundEffect, name), m_pBuffer(buffer) {}
380 };
381
382 /// @brief 背景音乐

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected