diff options
author | Marcus Comstedt | 2003-12-21 15:54:26 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-12-21 15:54:26 +0000 |
commit | e7cf0557f83d1e93621d1d9830d8a5e4d3fbeabb (patch) | |
tree | 5f13f6f2cedcf8ca987764a44954cae499b72f25 | |
parent | 4fa0d93dfb7dec8c63ab50a86ae8ae5dbc6af9d9 (diff) | |
download | scummvm-rg350-e7cf0557f83d1e93621d1d9830d8a5e4d3fbeabb.tar.gz scummvm-rg350-e7cf0557f83d1e93621d1d9830d8a5e4d3fbeabb.tar.bz2 scummvm-rg350-e7cf0557f83d1e93621d1d9830d8a5e4d3fbeabb.zip |
stdafx.h first, please.
svn-id: r11814
-rw-r--r-- | sword1/staticres.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/staticres.cpp b/sword1/staticres.cpp index ed88d3eb42..a1d398446e 100644 --- a/sword1/staticres.cpp +++ b/sword1/staticres.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "sworddefs.h" #include "swordres.h" #include "screen.h" |