metaforce/Runtime/MP1/CStateSetterFlow.hpp

17 lines
220 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
#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&);
};
}