Fix building errors

This commit is contained in:
RD42
2024-02-14 22:51:29 +08:00
parent 2e7a8b8bda
commit 03cc592835
12 changed files with 62 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// TODO: Implement RPCMap.cpp
#include "RPCMap.h"
// Called from the user thread for the local system
void RPCMap::AddIdentifierWithFunction(unsigned char uniqueIdentifier, void *functionPointer, bool isPointerToMember)
{