2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 18:31:21 +00:00
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