mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Fix
This commit is contained in:
parent
ef8ca1f430
commit
e86fba79ac
2 changed files with 15 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "common.h"
|
||||
#if !defined(AUDIO_OAL) && !defined(AUDIO_MSS)
|
||||
#if !defined(AUDIO_OAL) && !defined(AUDIO_MSS) && (!defined(__SYMBIAN32) || defined(NO_AUDIO))
|
||||
#include "sampman.h"
|
||||
#include "AudioManager.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue