diff options
author | Oliver Kiehl | 2003-04-25 15:37:52 +0000 |
---|---|---|
committer | Oliver Kiehl | 2003-04-25 15:37:52 +0000 |
commit | a5001323a333a00a0bc66c571803dd468c939095 (patch) | |
tree | 08c09bd4f1545eea8f91c27264d0a2092f20b98d /sky | |
parent | c36bdb3e118670cafdde92659db0719438dc8487 (diff) | |
download | scummvm-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.cpp | 1 | ||||
-rw-r--r-- | sky/debug.cpp | 1 | ||||
-rw-r--r-- | sky/logic.cpp | 1 |
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" |