Merge pull request #434 from MaddTheSane/DedicatedServerPrintf_fp

Fix DedicatedServerPrintf_fp definition
This commit is contained in:
Louis Gombert 2024-06-15 14:20:39 +00:00 committed by GitHub
commit 6255917b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -404,7 +404,7 @@ DoUI_fp DLLDoUI;
typedef void (*Debug_ConsolePrintf_fp)(int n, const char *format, ...);
Debug_ConsolePrintf_fp DLLDebug_ConsolePrintf;
typedef void (*DedicatedServerPrintf_fp)(char *format, ...);
typedef void (*DedicatedServerPrintf_fp)(const char *format, ...);
DedicatedServerPrintf_fp DLLPrintDedicatedMessage;
/*
typedef int( *ValidateUser_fp) (validate_id_request *valid_id, char *trackerid);