mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 04:31:19 +00:00
13 lines
284 B
C++
13 lines
284 B
C++
#ifndef _CSTATESETTERFLOW
|
|
#define _CSTATESETTERFLOW
|
|
|
|
#include "MetroidPrime/CIOWin.hpp"
|
|
|
|
class CStateSetterFlow : public CIOWin {
|
|
public:
|
|
CStateSetterFlow();
|
|
EMessageReturn OnMessage(const CArchitectureMessage& message, CArchitectureQueue& queue);
|
|
};
|
|
|
|
#endif // _CSTATESETTERFLOW
|