mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 06:46:08 +00:00
Minor fixes, rename CStateFlowSetter to CStateSetterFlow
Former-commit-id: 25294591f6
This commit is contained in:
12
include/MetroidPrime/CStateSetterFlow.hpp
Normal file
12
include/MetroidPrime/CStateSetterFlow.hpp
Normal 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
|
||||
Reference in New Issue
Block a user