Fix one small order problem

This commit is contained in:
robojumper
2025-06-28 00:00:28 +02:00
parent 3b5344d4a1
commit 36115277a4
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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);