2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/MP1/CPreFrontEnd.hpp
2017-12-28 22:08:12 -10:00

20 lines
362 B
C++

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