diff options
-rw-r--r-- | engines/agi/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/sound.h b/engines/agi/sound.h index b8562a66e9..ba40e979c3 100644 --- a/engines/agi/sound.h +++ b/engines/agi/sound.h @@ -31,6 +31,8 @@ namespace Agi { +enum AgiGameID; // Forward declaration because agi.h has this but includes sound.h first + #define BUFFER_SIZE 410 #define SOUND_EMU_NONE 0 |