1
0
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:
2012-01-19 21:19:26 -05:00
parent a0d54e2644
commit 5027b5a4ac
1301 changed files with 14497 additions and 14532 deletions

View File

@ -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