diff options
Diffstat (limited to 'sword2/mouse.cpp')
-rw-r--r-- | sword2/mouse.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp index cc02502912..cc25c35244 100644 --- a/sword2/mouse.cpp +++ b/sword2/mouse.cpp @@ -19,8 +19,15 @@ #include "common/stdafx.h" #include "sword2/sword2.h" +#include "sword2/console.h" +#include "sword2/controls.h" #include "sword2/defs.h" #include "sword2/interpreter.h" +#include "sword2/logic.h" +#include "sword2/maketext.h" +#include "sword2/resman.h" +#include "sword2/driver/d_draw.h" +#include "sword2/driver/d_sound.h" namespace Sword2 { |