mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 06:27:50 +00:00
13
include/MetroidPrime/CArchMsgParmInt32.hpp
Normal file
13
include/MetroidPrime/CArchMsgParmInt32.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __CARCMSGPARMINT32_HPP__
|
||||
#define __CARCMSGPARMINT32_HPP__
|
||||
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
|
||||
class CArchMsgParmInt32 : public IArchitectureMessageParm {
|
||||
int mVal;
|
||||
public:
|
||||
CArchMsgParmInt32(int);
|
||||
~CArchMsgParmInt32();
|
||||
};
|
||||
|
||||
#endif // __CARCMSGPARMINT32_HPP__
|
||||
Reference in New Issue
Block a user