mirror of https://github.com/PrimeDecomp/prime.git
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
|