mirror of https://github.com/AxioDL/metaforce.git
23 lines
375 B
C++
23 lines
375 B
C++
#ifndef __URDE_MP1_CPREFRONTEND_HPP__
|
|
#define __URDE_MP1_CPREFRONTEND_HPP__
|
|
|
|
#include "CIOWin.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
class CPreFrontEnd : public CIOWin
|
|
{
|
|
bool x14_resourceTweaksRegistered = false;
|
|
public:
|
|
CPreFrontEnd();
|
|
EMessageReturn OnMessage(const CArchitectureMessage&, CArchitectureQueue&);
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __URDE_MP1_CPREFRONTEND_HPP__
|