~sao/+junk/gemrb-source

« back to all changes in this revision

Viewing changes to gemrb/plugins/OpenALAudio/AmbientMgrAL.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:
41
41
#include <alc.h>
42
42
#endif
43
43
 
 
44
namespace GemRB {
 
45
 
44
46
class Ambient;
45
47
 
46
48
class AmbientMgrAL : public AmbientMgr {
86
88
        SDL_cond *cond;
87
89
};
88
90
 
 
91
}
 
92
 
89
93
#endif /* AMBIENTMGRAL_H */