mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Make inline
Make inline.
This commit is contained in:
parent
cf41004f74
commit
8136374693
@ -9,8 +9,3 @@
|
||||
#include "public/basehandle.h"
|
||||
#include "baseentity.h"
|
||||
#include "networkproperty.h"
|
||||
|
||||
edict_t CServerNetworkProperty::GetEdict(void) const
|
||||
{
|
||||
return m_edict;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
class CServerNetworkProperty : IServerNetworkable
|
||||
{
|
||||
public:
|
||||
edict_t GetEdict() const;
|
||||
inline edict_t GetEdict(void) const { return m_edict; }
|
||||
|
||||
private:
|
||||
CBaseEntity* m_pOuter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user