2022-10-09 06:55:24 +00:00
|
|
|
#ifndef _DECODE
|
|
|
|
#define _DECODE
|
|
|
|
|
2022-10-10 02:27:35 +00:00
|
|
|
#include "MetroidPrime/CArchitectureMessage.hpp"
|
2022-10-09 06:55:24 +00:00
|
|
|
#include "MetroidPrime/CArchMsgParmInt32.hpp"
|
|
|
|
#include "MetroidPrime/CArchMsgParmInt32Int32VoidPtr.hpp"
|
|
|
|
#include "MetroidPrime/CArchMsgParmNull.hpp"
|
|
|
|
#include "MetroidPrime/CArchMsgParmReal32.hpp"
|
|
|
|
#include "MetroidPrime/CArchMsgParmUserInput.hpp"
|
|
|
|
#include "MetroidPrime/CArchMsgParmControllerStatus.hpp"
|
|
|
|
|
|
|
|
namespace MakeMsg {
|
2022-10-10 02:27:35 +00:00
|
|
|
CArchitectureMessage CreateControllerStatus(EArchMsgTarget target, ushort chan, bool connected);
|
|
|
|
|
|
|
|
CArchitectureMessage CreateUserInput(EArchMsgTarget target, const CFinalInput& input);
|
|
|
|
|
2022-10-09 06:55:24 +00:00
|
|
|
const CArchMsgParmReal32& GetParmTimerTick(const CArchitectureMessage& msg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // _DECODE
|