2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/Runtime/MP1/CPreFrontEnd.hpp
2018-12-07 19:30:43 -10:00

16 lines
276 B
C++

#pragma once
#include "CIOWin.hpp"
namespace urde::MP1 {
class CPreFrontEnd : public CIOWin {
bool x14_resourceTweaksRegistered = false;
public:
CPreFrontEnd();
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
};
} // namespace urde::MP1