metaforce/Runtime/MP1/CStateSetterFlow.hpp

19 lines
335 B
C++
Raw Normal View History

#ifndef __URDE_MP1_CSTATESETTERFLOW_HPP__
#define __URDE_MP1_CSTATESETTERFLOW_HPP__
#include "CIOWin.hpp"
2017-12-29 08:08:12 +00:00
namespace urde::MP1
{
class CStateSetterFlow : public CIOWin
{
public:
CStateSetterFlow();
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
};
}
#endif // __URDE_MP1_CSTATESETTERFLOW_HPP__