2012-05-24 13:57:23 +00:00
|
|
|
#include "actionalchemy.hpp"
|
|
|
|
|
|
|
|
#include "../mwbase/environment.hpp"
|
2012-08-12 16:11:09 +00:00
|
|
|
#include "../mwbase/windowmanager.hpp"
|
2012-05-24 13:57:23 +00:00
|
|
|
|
|
|
|
namespace MWWorld
|
|
|
|
{
|
2013-02-16 15:40:44 +00:00
|
|
|
bool ActionAlchemy::executeImp (const Ptr& actor)
|
2012-05-24 13:57:23 +00:00
|
|
|
{
|
|
|
|
MWBase::Environment::get().getWindowManager()->pushGuiMode(MWGui::GM_Alchemy);
|
2013-02-16 15:40:44 +00:00
|
|
|
return true;
|
2012-05-24 13:57:23 +00:00
|
|
|
}
|
|
|
|
}
|