openmw-tes3coop/apps/openmw/mwworld/activator.hpp
2010-08-03 11:14:57 +02:00

17 lines
225 B
C++

#ifndef GAME_MWWORLD_ACTIVATOR_H
#define GAME_MWWORLD_ACTIVATOR_H
#include "class.hpp"
namespace MWWorld
{
class Activator : public Class
{
public:
static void registerSelf();
};
}
#endif