mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Convert custom HeadSpin integer types to standard types from stdint.h
This commit is contained in:
@ -73,7 +73,7 @@ public:
|
||||
// master list ops
|
||||
void GetMemberListDistSorted(plNetTransportMember**& listPtr) const; // allocates and sorts array
|
||||
int FindMember(const plKey avKey) const; // return array index or -1
|
||||
int FindMember(UInt32 playerID) const; // return array index or -1
|
||||
int FindMember(uint32_t playerID) const; // return array index or -1
|
||||
int FindMember(const plNetTransportMember* mbr); // return array index or -1
|
||||
int AddMember(plNetTransportMember* mbr); // to master list, if not there
|
||||
hsBool RemoveMember(plNetTransportMember* mbr); // from master list and all channels
|
||||
|
Reference in New Issue
Block a user