metaforce/Runtime/MP1/CStateSetterFlow.hpp

14 lines
265 B
C++

#pragma once
#include "Runtime/CIOWin.hpp"
namespace metaforce::MP1 {
class CStateSetterFlow : public CIOWin {
public:
CStateSetterFlow();
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
};
} // namespace metaforce::MP1