metaforce/Runtime/MP1/CStateSetterFlow.hpp

14 lines
265 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
#include "Runtime/CIOWin.hpp"
2021-04-10 08:42:06 +00:00
namespace metaforce::MP1 {
2018-12-08 05:30:43 +00:00
class CStateSetterFlow : public CIOWin {
public:
2018-12-08 05:30:43 +00:00
CStateSetterFlow();
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&) override;
};
2021-04-10 08:42:06 +00:00
} // namespace metaforce::MP1