mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Ensure directories are created late in extract
This commit is contained in:
20
Runtime/MP1/CStateSetterFlow.cpp
Normal file
20
Runtime/MP1/CStateSetterFlow.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "CStateSetterFlow.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
CStateSetterFlow::CStateSetterFlow()
|
||||
: CIOWin("")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CIOWin::EMessageReturn CStateSetterFlow::OnMessage(const CArchitectureMessage& msg, CArchitectureQueue& queue)
|
||||
{
|
||||
return EMessageReturn::Normal;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user