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