mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Make inline
Make them inline as these are just single member getters/setters.
This commit is contained in:
parent
b7cf2c6f64
commit
d5039de251
@ -26,11 +26,11 @@ public:
|
||||
static bool StaticCreate(CModAppSystemGroup* pModAppSystemGroup);
|
||||
static void InitPluginSystem(CModAppSystemGroup* pModAppSystemGroup);
|
||||
|
||||
bool IsServerOnly(void) const
|
||||
inline bool IsServerOnly(void) const
|
||||
{
|
||||
return m_bServerOnly;
|
||||
}
|
||||
void SetServerOnly(void)
|
||||
inline void SetServerOnly(void)
|
||||
{
|
||||
m_bServerOnly = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user