mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Initial CScriptPlatform imps, minor cleanup, and RandomStatic GLSL fixes
This commit is contained in:
@@ -42,6 +42,17 @@ public:
|
||||
class CBaseSfxWrapper;
|
||||
using CSfxHandle = std::shared_ptr<CBaseSfxWrapper>;
|
||||
|
||||
/* Original imp, kept for reference
|
||||
class CSfxHandle
|
||||
{
|
||||
static u32 mRefCount;
|
||||
u32 x0_idx;
|
||||
public:
|
||||
CSfxHandle(u32 id)
|
||||
: x0_idx(++mRefCount << 14 | (id & 0xFFFF)) {}
|
||||
};
|
||||
*/
|
||||
|
||||
class CSfxChannel
|
||||
{
|
||||
friend class CSfxManager;
|
||||
|
||||
Reference in New Issue
Block a user