mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[raknet] Remove RPCMap::RemoveNode(...)
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
RPCIndex GetIndexFromFunctionName(char *uniqueIdentifier);
|
||||
void AddIdentifierWithFunction(char *uniqueIdentifier, void *functionPointer, bool isPointerToMember);
|
||||
void AddIdentifierAtIndex(char *uniqueIdentifier, RPCIndex insertionIndex);
|
||||
void RemoveNode(char *uniqueIdentifier);
|
||||
|
||||
protected:
|
||||
DataStructures::List<RPCNode *> rpcSet;
|
||||
};
|
||||
|
Reference in New Issue
Block a user