#include "potion.hpp" #include namespace MWClass { void Potion::registerSelf() { boost::shared_ptr instance (new Potion); registerClass (typeid (ESM::Potion).name(), instance); } }