mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Deprecate and remove NEWZERO macro
This commit is contained in:
@ -163,6 +163,8 @@ private:
|
||||
LINK(T) m_linkToSlot;
|
||||
|
||||
public:
|
||||
THashLink() : m_hash(0) { }
|
||||
|
||||
inline bool IsLinked () const;
|
||||
inline T * Next ();
|
||||
inline const T * Next () const;
|
||||
|
Reference in New Issue
Block a user