Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
svn-id: r8497
  • Loading branch information
fingolfin committed Jun 15, 2003
1 parent 101df28 commit fcc46ac
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 212 deletions.
8 changes: 7 additions & 1 deletion scumm/sound.h
Expand Up @@ -26,7 +26,13 @@
class DigitalTrackInfo;
class File;
class Scumm;
struct MP3OffsetTable;

struct MP3OffsetTable { /* Compressed Sound (.SO3) */
int org_offset;
int new_offset;
int num_tags;
int compressed_size;
};

class Sound {
protected:
Expand Down

0 comments on commit fcc46ac

Please sign in to comment.