mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 12:19:55 +00:00
12 lines
262 B
C++
12 lines
262 B
C++
#include "actionalchemy.hpp"
|
|
|
|
#include "../mwbase/environment.hpp"
|
|
#include "../mwgui/window_manager.hpp"
|
|
|
|
namespace MWWorld
|
|
{
|
|
void ActionAlchemy::execute()
|
|
{
|
|
MWBase::Environment::get().getWindowManager()->pushGuiMode(MWGui::GM_Alchemy);
|
|
}
|
|
}
|