[raknet] Remove RPCMap::RemoveNode(...)

This commit is contained in:
RD42
2024-08-19 21:40:50 +08:00
parent 1af47512f6
commit 12ac4bf95b
2 changed files with 1 additions and 15 deletions

View File

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