Renamed member variables and parameters.
This commit is contained in:
@@ -83,12 +83,12 @@ namespace ehs
|
||||
virtual void Poll(const float &delta);
|
||||
|
||||
protected:
|
||||
bool HasSystem(UInt_64 sysHashId) const;
|
||||
bool HasSystem(UInt_64 sysId) const;
|
||||
|
||||
bool HasSystem(const Str_8& sysId) const;
|
||||
bool HasSystem(const Str_8& sysName) const;
|
||||
|
||||
NetSys* GetSystem(UInt_64 sysHashId) const;
|
||||
NetSys* GetSystem(UInt_64 sysId) const;
|
||||
|
||||
NetSys* GetSystem(const Str_8& sysId) const;
|
||||
NetSys* GetSystem(const Str_8& sysName) const;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user