mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 20:05:21 +00:00
Start CPlayer
This commit is contained in:
@@ -54,6 +54,7 @@ struct TUniqueId {
|
||||
bool operator==(const TUniqueId& other) const { return value == other.value; }
|
||||
bool operator!=(const TUniqueId& other) const { return value != other.value; }
|
||||
bool operator<(const TUniqueId& other) const { return value < other.value; }
|
||||
operator bool() const { return *this != kInvalidUniqueId; }
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user