mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Initial round of particle runtime implementations
This commit is contained in:
@@ -12,11 +12,12 @@ namespace Retro
|
||||
{
|
||||
|
||||
using FourCC = HECL::FourCC;
|
||||
using TResID = u32;
|
||||
|
||||
struct SObjectTag
|
||||
{
|
||||
FourCC type;
|
||||
u32 id;
|
||||
TResID id = -1;
|
||||
bool operator!=(const SObjectTag& other) const {return id != other.id;}
|
||||
bool operator==(const SObjectTag& other) const {return id == other.id;}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user