OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
actionalchemy.hpp
Go to the documentation of this file.
1 #ifndef GAME_MWWORLD_ACTIONALCHEMY_H
2 #define GAME_MWWORLD_ACTIONALCHEMY_H
3 
4 #include "action.hpp"
5 
6 namespace MWWorld
7 {
8  class ActionAlchemy : public Action
9  {
10  virtual void executeImp (const Ptr& actor);
11  };
12 }
13 
14 #endif
Abstract base for actions.
Definition: action.hpp:11
Definition: actionalchemy.hpp:8
virtual void executeImp(const Ptr &actor)
Definition: actionalchemy.cpp:12
Pointer to a LiveCellRef.
Definition: ptr.hpp:19