diff options
author | Marcus Comstedt | 2003-12-21 16:17:27 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-12-21 16:17:27 +0000 |
commit | 72788c1eab29a21c18782d725a78a9050a396dfb (patch) | |
tree | ce7db51b722c647dab7ad13e17a596cdee4bfbea /queen | |
parent | 53950b89de78e010b4385b0aa80a925c826686dd (diff) | |
download | scummvm-rg350-72788c1eab29a21c18782d725a78a9050a396dfb.tar.gz scummvm-rg350-72788c1eab29a21c18782d725a78a9050a396dfb.tar.bz2 scummvm-rg350-72788c1eab29a21c18782d725a78a9050a396dfb.zip |
stdafx.h first, please.
svn-id: r11820
Diffstat (limited to 'queen')
-rw-r--r-- | queen/musicdata.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/musicdata.cpp b/queen/musicdata.cpp index 8d0970c2e4..19aa393fc8 100644 --- a/queen/musicdata.cpp +++ b/queen/musicdata.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "queen/sound.h" namespace Queen { |