~sao/+junk/gemrb-source

« back to all changes in this revision

Viewing changes to gemrb/core/SoundMgr.h

  • Committer: Oliver Sauder
  • Date: 2012-08-01 15:00:51 UTC
  • Revision ID: os@esite.ch-20120801150051-s0cnlj0b8qwjc71i
Updated to verison 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "Resource.h"
27
27
#include "System/DataStream.h"
28
28
 
 
29
namespace GemRB {
 
30
 
29
31
/**
30
32
 * Base Class for sound plugins
31
33
 */
61
63
        int samplerate;
62
64
};
63
65
 
 
66
}
 
67
 
64
68
#endif