#ifndef __RETRO_CSTATEMANAGER_HPP__ #define __RETRO_CSTATEMANAGER_HPP__ #include #include "CBasics.hpp" #include "CScriptMailbox.hpp" #include "CMapWorldInfo.hpp" #include "CPlayerState.hpp" #include "CWorldTransManager.hpp" namespace Retro { namespace Common { class CStateManager : public TOneStatic { public: CStateManager(const std::weak_ptr&, const std::weak_ptr&, const std::weak_ptr&, const std::weak_ptr&); }; } } #endif