aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorOliver Kiehl2003-04-25 15:37:52 +0000
committerOliver Kiehl2003-04-25 15:37:52 +0000
commita5001323a333a00a0bc66c571803dd468c939095 (patch)
tree08c09bd4f1545eea8f91c27264d0a2092f20b98d /sky
parentc36bdb3e118670cafdde92659db0719438dc8487 (diff)
downloadscummvm-rg350-a5001323a333a00a0bc66c571803dd468c939095.tar.gz
scummvm-rg350-a5001323a333a00a0bc66c571803dd468c939095.tar.bz2
scummvm-rg350-a5001323a333a00a0bc66c571803dd468c939095.zip
added #include "stdafx.h" to some files
svn-id: r7107
Diffstat (limited to 'sky')
-rw-r--r--sky/compact.cpp1
-rw-r--r--sky/debug.cpp1
-rw-r--r--sky/logic.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp
index 4707332f05..b0f027468e 100644
--- a/sky/compact.cpp
+++ b/sky/compact.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/compact.h"
#include "sky/compacts/0compact.h"
diff --git a/sky/debug.cpp b/sky/debug.cpp
index 70b5951758..3caec144c6 100644
--- a/sky/debug.cpp
+++ b/sky/debug.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/debug.h"
static const char *section_0_compacts[] = {
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 1c39929912..b01e0488f9 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/logic.h"
#include "sky/debug.h"
#include "sky/compact.h"