use proper C++ now so that it compiles again on GCC 3

svn-id: r6332
This commit is contained in:
Max Horn 2003-01-04 19:11:45 +00:00
parent fb02e1f227
commit c2f816b246

View File

@ -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 */