aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-07 15:38:11 +0000
committerPaweł Kołodziejski2003-03-07 15:38:11 +0000
commit243c4ffbc0818d51d385052177de1b695c49d795 (patch)
tree6d4962c17da16133d0c4c9d8c3029618d07e8882 /simon/simon.h
parent1e0b221341c9a0a941286cfbcfeb3129bb223546 (diff)
downloadscummvm-rg350-243c4ffbc0818d51d385052177de1b695c49d795.tar.gz
scummvm-rg350-243c4ffbc0818d51d385052177de1b695c49d795.tar.bz2
scummvm-rg350-243c4ffbc0818d51d385052177de1b695c49d795.zip
implemented formating string error for each engine
svn-id: r6744
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 305831eb91..e7c7e6a9f0 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -96,6 +96,7 @@ struct VgaTimerEntry {
struct GameSpecificSettings;
class SimonState : public Engine {
+ void errorString(const char *buf_input, char *buf_output);
public:
File *_mus_file;
uint16 *_mus_offsets;