~sao/+junk/gemrb-source

« back to all changes in this revision

Viewing changes to gemrb/core/Plugin.cpp

  • 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:
20
20
 
21
21
#include "Plugin.h"
22
22
 
 
23
namespace GemRB {
 
24
 
23
25
Plugin::Plugin(void)
24
26
{
25
27
}
27
29
Plugin::~Plugin(void)
28
30
{
29
31
}
 
32
 
 
33
}