diff options
author | Max Horn | 2002-08-31 13:29:10 +0000 |
---|---|---|
committer | Max Horn | 2002-08-31 13:29:10 +0000 |
commit | a39711e25670b366ed76534cc926ac70ea6c1edd (patch) | |
tree | 3fdba199dc0d93333d68dbb44a7e1bc571f78d93 /simon | |
parent | 0c7771a7062fc982cbaca53fee022d9538a44f70 (diff) | |
download | scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.tar.gz scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.tar.bz2 scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.zip |
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/rect.h to common/rect.h
svn-id: r4877
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/simon.h b/simon/simon.h index fce335b15a..829692e0f7 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -813,9 +813,6 @@ public: }; -void NORETURN CDECL error(const char *errmsg, ...); -void CDECL warning(const char *errmsg, ...); - void palette_fadeout(uint32 *pal_values, uint num); #endif |