mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Remove CBaseEntity definition
It's better for thirdparty to handle definition of it, we can use CEntityInstance instead since it's a base class here.
This commit is contained in:
@ -111,9 +111,9 @@ inline int CEntityHandle::GetSerialNumber() const
|
||||
return m_Parts.m_Serial;
|
||||
}
|
||||
|
||||
inline int CEntityHandle::ToInt() const
|
||||
{
|
||||
return m_Index;
|
||||
inline int CEntityHandle::ToInt() const
|
||||
{
|
||||
return m_Index;
|
||||
}
|
||||
|
||||
inline bool CEntityHandle::operator !=(const CEntityHandle& other) const
|
||||
|
Reference in New Issue
Block a user