mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 12:46:08 +00:00
18
include/MetroidPrime/CArchMsgParmUserInput.hpp
Normal file
18
include/MetroidPrime/CArchMsgParmUserInput.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __CARCMSGPARMUSERINPUT_HPP__
|
||||
#define __CARCMSGPARMUSERINPUT_HPP__
|
||||
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
|
||||
#include "Kyoto/Input/CFinalInput.hpp"
|
||||
|
||||
class CArchMsgParmUserInput : public IArchitectureMessageParm {
|
||||
public:
|
||||
CArchMsgParmUserInput(const CFinalInput& in);
|
||||
~CArchMsgParmUserInput();
|
||||
|
||||
const CFinalInput& GetUserInput() const;
|
||||
private:
|
||||
CFinalInput mInput;
|
||||
};
|
||||
|
||||
#endif // __CARCMSGPARMUSERINPUT_HPP__
|
||||
Reference in New Issue
Block a user