diff options
author | Kari Salminen | 2007-08-14 13:12:06 +0000 |
---|---|---|
committer | Kari Salminen | 2007-08-14 13:12:06 +0000 |
commit | f55c8407b0bb2ad20c984ed6c3254e6438e6f939 (patch) | |
tree | 52fd4ec8352a1001401be2f7f378adda9755800b | |
parent | 8a8b97c230798ee8dd49600050b91fd9cfe8a977 (diff) | |
download | scummvm-rg350-f55c8407b0bb2ad20c984ed6c3254e6438e6f939.tar.gz scummvm-rg350-f55c8407b0bb2ad20c984ed6c3254e6438e6f939.tar.bz2 scummvm-rg350-f55c8407b0bb2ad20c984ed6c3254e6438e6f939.zip |
Added forward declaration for enum AgiGameID (Was breaking compilation on GCC).
svn-id: r28615
-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 |