mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 23:43:59 +00:00
16
include/MetroidPrime/CArchMsgParmControllerStatus.hpp
Normal file
16
include/MetroidPrime/CArchMsgParmControllerStatus.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef __CARCMSGPARMCONTROLLERSTATUS_HPP__
|
||||
#define __CARCMSGPARMCONTROLLERSTATUS_HPP__
|
||||
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
|
||||
class CArchMsgParmControllerStatus : public IArchitectureMessageParm {
|
||||
short mChannel;
|
||||
bool mConnected;
|
||||
|
||||
public:
|
||||
CArchMsgParmControllerStatus(short channel, bool connected);
|
||||
~CArchMsgParmControllerStatus();
|
||||
};
|
||||
|
||||
#endif // __CARCMSGPARMCONTROLLERSTATUS_HPP__
|
||||
Reference in New Issue
Block a user