Move sound processors to AudioLogic.cpp, plus small fixes

This commit is contained in:
Sergeanur
2020-05-16 20:29:13 +03:00
parent dc5ece8327
commit 13a0bf1c43
5 changed files with 9476 additions and 9448 deletions

View File

@ -20,7 +20,7 @@ public:
void Terminate(void);
void Service(void);
int32 CreateEntity(int32 type, void *UID);
int32 CreateEntity(eAudioType type, void *UID);
void DestroyEntity(int32 audioEntity);
void SetEntityStatus(int32 audioEntity, uint8 status);
void PlayOneShot(int32 audioEntity, uint16 oneShot, float volume);