1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/apps/openmw/mwworld/action.cpp

12 lines
162 B
C++
Raw Normal View History

2012-07-27 12:00:10 +02:00
#include "action.hpp"
MWWorld::Action::Action() {}
MWWorld::Action::~Action() {}
void MWWorld::Action::execute (const Ptr& actor)
{
executeImp (actor);
}