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