mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 05:26:09 +00:00
@@ -1,6 +1,7 @@
|
||||
#ifndef _DECODE
|
||||
#define _DECODE
|
||||
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
#include "MetroidPrime/CArchMsgParmInt32.hpp"
|
||||
#include "MetroidPrime/CArchMsgParmInt32Int32VoidPtr.hpp"
|
||||
#include "MetroidPrime/CArchMsgParmNull.hpp"
|
||||
@@ -9,6 +10,10 @@
|
||||
#include "MetroidPrime/CArchMsgParmControllerStatus.hpp"
|
||||
|
||||
namespace MakeMsg {
|
||||
CArchitectureMessage CreateControllerStatus(EArchMsgTarget target, ushort chan, bool connected);
|
||||
|
||||
CArchitectureMessage CreateUserInput(EArchMsgTarget target, const CFinalInput& input);
|
||||
|
||||
const CArchMsgParmReal32& GetParmTimerTick(const CArchitectureMessage& msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user