~sao/+junk/gemrb-source

« back to all changes in this revision

Viewing changes to gemrb/plugins/MVEPlayer/MVEPlayer.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:
28
28
 
29
29
#include "Interface.h"
30
30
 
 
31
namespace GemRB {
 
32
 
31
33
class MVEPlay : public MoviePlayer {
32
34
        friend class MVEPlayer;
33
35
private:
54
56
        int Play();
55
57
};
56
58
 
 
59
}
 
60
 
57
61
#endif