mirror of
https://github.com/zeldaret/ss
synced 2026-09-08 19:32:46 -04:00
Fix one small order problem
This commit is contained in:
@@ -16,7 +16,7 @@ class dSndSourceMgr_c {
|
||||
public:
|
||||
dSndSourceMgr_c();
|
||||
|
||||
static dSoundSource_c *createSource(s32 sourceType, dAcBase_c *actor, const char *name, u8 subtype);
|
||||
static dSoundSourceIf_c *createSource(s32 sourceType, dAcBase_c *actor, const char *name, u8 subtype);
|
||||
|
||||
void registerSource(dSoundSource_c *source);
|
||||
void unregisterSource(dSoundSource_c *source);
|
||||
|
||||
Reference in New Issue
Block a user