mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
use proper C++ now so that it compiles again on GCC 3
svn-id: r6332
This commit is contained in:
parent
fb02e1f227
commit
c2f816b246
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user