diff options
author | Max Horn | 2003-09-10 12:31:20 +0000 |
---|---|---|
committer | Max Horn | 2003-09-10 12:31:20 +0000 |
commit | 07a9646997cca2fe2cdc22708e33bd08b61bb927 (patch) | |
tree | e4ee2fba33561c554e40123d33c761521745f81a /simon | |
parent | 925ddb1b8605a6659aef426ff0494c7ede8716c2 (diff) | |
download | scummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.tar.gz scummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.tar.bz2 scummvm-rg350-07a9646997cca2fe2cdc22708e33bd08b61bb927.zip |
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10152
Diffstat (limited to 'simon')
-rw-r--r-- | simon/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp index d9c7c588f4..195b74cc32 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -19,7 +19,7 @@ #include "stdafx.h" #include "common/file.h" -#include "common/engine.h" +#include "common/util.h" #include "simon/sound.h" #include "sound/voc.h" |