aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2003-01-04 19:11:45 +0000
committerMax Horn2003-01-04 19:11:45 +0000
commitc2f816b246e13ea0c97d73cfd3952ed88f650987 (patch)
treed4ece4f5c74fc1e7dfb87daeccb835228d8954bd /simon
parentfb02e1f227657851dca222d2117117b861f6bebf (diff)
downloadscummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.tar.gz
scummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.tar.bz2
scummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.zip
use proper C++ now so that it compiles again on GCC 3
svn-id: r6332
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 1603a04475..079e1ac8b8 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -103,8 +103,8 @@ public:
File *_mus_file;
uint16 *_mus_offsets;
- bool SimonState::readSting(uint a);
- void SimonState::playSting(uint a);
+ bool readSting(uint a);
+ void playSting(uint a);
byte *_vc_ptr; /* video code ptr */