You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw/mwstate/statemanagerimp.hpp

18 lines
250 B
C++

#ifndef GAME_STATE_STATEMANAGER_H
#define GAME_STATE_STATEMANAGER_H
#include "../mwbase/statemanager.hpp"
namespace MWState
{
class StateManager : public MWBase::StateManager
{
public:
StateManager();
};
}
#endif