Minor fixes, rename CStateFlowSetter to CStateSetterFlow

Former-commit-id: 25294591f6
This commit is contained in:
2022-10-23 19:03:16 -07:00
parent bb6cc62a9d
commit 3a96e695f0
3 changed files with 20 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
#ifndef _CSTATESETTERFLOW
#define _CSTATESETTERFLOW
#include "MetroidPrime/CIOWin.hpp"
class CStateSetterFlow : public CIOWin {
public:
CStateSetterFlow();
EMessageReturn OnMessage(const CArchitectureMessage& message, CArchitectureQueue& queue);
};
#endif // _CSTATESETTERFLOW