mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Ensure directories are created late in extract
This commit is contained in:
21
Runtime/MP1/CStateSetterFlow.hpp
Normal file
21
Runtime/MP1/CStateSetterFlow.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __URDE_MP1_CSTATESETTERFLOW_HPP__
|
||||
#define __URDE_MP1_CSTATESETTERFLOW_HPP__
|
||||
|
||||
#include "CIOWin.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CStateSetterFlow : public CIOWin
|
||||
{
|
||||
public:
|
||||
CStateSetterFlow();
|
||||
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_MP1_CSTATESETTERFLOW_HPP__
|
||||
Reference in New Issue
Block a user