diff options
Diffstat (limited to 'sword2/sword2.h')
| -rw-r--r-- | sword2/sword2.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h index 7a9f9dfcf6..20e5310578 100644 --- a/sword2/sword2.h +++ b/sword2/sword2.h @@ -20,7 +20,12 @@ #ifndef _SWORD2 #define _SWORD2 -#include "driver/d_sound.h" +#include "base/engine.h" +#include "common/file.h" +#include "common/map.h" +#include "common/rect.h" +#include "common/str.h" +#include "bs2/driver/d_sound.h" enum BSGameId { GID_SWORD2 = GID_SWORD2_FIRST, |
