diff options
author | Nicolas Bacca | 2003-10-12 13:33:21 +0000 |
---|---|---|
committer | Nicolas Bacca | 2003-10-12 13:33:21 +0000 |
commit | de086642a983623d98d930cf6adf97142da5adbf (patch) | |
tree | e4018a7a7bfedbc0e788b62daf15e3cdad80de0e | |
parent | b085e51dc539ffaaab3457b7f85d18ea29ff6f05 (diff) | |
download | scummvm-rg350-de086642a983623d98d930cf6adf97142da5adbf.tar.gz scummvm-rg350-de086642a983623d98d930cf6adf97142da5adbf.tar.bz2 scummvm-rg350-de086642a983623d98d930cf6adf97142da5adbf.zip |
EVC is happy now
svn-id: r10745
-rw-r--r-- | sky/mouse.cpp | 1 | ||||
-rw-r--r-- | sky/screen.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sky/mouse.cpp b/sky/mouse.cpp index d5d44813c5..d19114a598 100644 --- a/sky/mouse.cpp +++ b/sky/mouse.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "common/system.h" #include "sky/disk.h" #include "sky/logic.h" diff --git a/sky/screen.cpp b/sky/screen.cpp index de8f50158f..467756ea40 100644 --- a/sky/screen.cpp +++ b/sky/screen.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "common/system.h" #include "sky/disk.h" #include "sky/logic.h" |