diff options
author | Max Horn | 2002-08-18 16:21:34 +0000 |
---|---|---|
committer | Max Horn | 2002-08-18 16:21:34 +0000 |
commit | b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2 (patch) | |
tree | a0ff00e7b564a9c839d731c3b54885296b1ee7cc /simon/simondebug.cpp | |
parent | 89cf95ce34fc5c9ae613f0f581cacea8d369fce3 (diff) | |
download | scummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.tar.gz scummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.tar.bz2 scummvm-rg350-b204c21c32d9c55cf0f6542909d3cd8ae2d70cc2.zip |
trying to clean up the Simon code - gee this is a *BIG* mess! Argh!
svn-id: r4756
Diffstat (limited to 'simon/simondebug.cpp')
-rw-r--r-- | simon/simondebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simondebug.cpp b/simon/simondebug.cpp index a4aa8cba78..ed7febe739 100644 --- a/simon/simondebug.cpp +++ b/simon/simondebug.cpp @@ -22,6 +22,7 @@ // Simon debug functions #include "stdafx.h" #include "simon.h" +#include "simonintern.h" #ifdef SIMONDEBUG #define SIMON2 |