prime/include/MetroidPrime/CArchMsgParmNull.hpp

13 lines
265 B
C++
Raw Normal View History

#ifndef __CARCMSGPARMNULL_HPP__
#define __CARCMSGPARMNULL_HPP__
#include "MetroidPrime/CArchitectureMessage.hpp"
class CArchMsgParmNull : public IArchitectureMessageParm {
public:
CArchMsgParmNull();
~CArchMsgParmNull();
};
#endif // __CARCMSGPARMNULL_HPP__