mirror of https://github.com/AxioDL/metaforce.git
Updated RetroCommon
This commit is contained in:
parent
bd5825954f
commit
73d70dbc58
|
@ -1 +1 @@
|
|||
Subproject commit 99bb5df7f3457de0953723188ffa5cecbc40a1fd
|
||||
Subproject commit 2c6d83b0c7883fd6ac13ab08034268a3827226c2
|
|
@ -329,6 +329,7 @@ public:
|
|||
inline uint32_t toUint32() const {return num;}
|
||||
inline operator uint32_t() const {return num;}
|
||||
};
|
||||
#define FOURCC(chars) FourCC(SBIG(chars))
|
||||
|
||||
/**
|
||||
* @brief Hash representation used for all storable and comparable objects
|
||||
|
|
Loading…
Reference in New Issue