mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 08:27:41 +00:00
Match CConsoleOutputWindow, regswaps in constructor
Former-commit-id: 27bd20ff1d
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
|
||||
class CArchMsgParmReal32 : public IArchitectureMessageParm {
|
||||
float mVal;
|
||||
|
||||
public:
|
||||
CArchMsgParmReal32(float);
|
||||
~CArchMsgParmReal32();
|
||||
float GetReal() const { return mVal; }
|
||||
private:
|
||||
float mVal;
|
||||
};
|
||||
|
||||
#endif // _CARCHMSGPARMREAL32
|
||||
|
||||
Reference in New Issue
Block a user