1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 05:49:56 +00:00
openmw-tes3mp/apps/openmw/mwworld/actionharvest.hpp

20 lines
422 B
C++
Raw Normal View History

#ifndef GAME_MWWORLD_ACTIONHARVEST_H
#define GAME_MWWORLD_ACTIONHARVEST_H
#include "action.hpp"
#include "ptr.hpp"
namespace MWWorld
{
class ActionHarvest : public Action
{
virtual void executeImp (const MWWorld::Ptr& actor);
public:
ActionHarvest (const Ptr& container);
///< \param container The Container the Player has activated.
};
}
#endif // ACTIONOPEN_H