aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-02-27 16:11:19 +0000
committerTorbjörn Andersson2005-02-27 16:11:19 +0000
commita5356edb369de3dad0966b6308bb693e4f857069 (patch)
tree27c347a1390cfea4530e6e5876eda3f9c1131ab5 /sword2/driver/_mouse.cpp
parent0d8a49de37f62eb1906896e0f6d761ef18a8b342 (diff)
downloadscummvm-rg350-a5356edb369de3dad0966b6308bb693e4f857069.tar.gz
scummvm-rg350-a5356edb369de3dad0966b6308bb693e4f857069.tar.bz2
scummvm-rg350-a5356edb369de3dad0966b6308bb693e4f857069.zip
Got rid of all the .h files but one in the 'driver' directory. They were
either very small or, in the case of driver96.h, a disorganized jumbles. svn-id: r16952
Diffstat (limited to 'sword2/driver/_mouse.cpp')
-rw-r--r--sword2/driver/_mouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 606d362767..3842434942 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -22,6 +22,7 @@
#include "common/system.h"
#include "sword2/sword2.h"
+#include "sword2/defs.h"
#include "sword2/mouse.h"
namespace Sword2 {