mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
Merge pull request #434 from MaddTheSane/DedicatedServerPrintf_fp
Fix DedicatedServerPrintf_fp definition
This commit is contained in:
commit
6255917b84
@ -404,7 +404,7 @@ DoUI_fp DLLDoUI;
|
|||||||
typedef void (*Debug_ConsolePrintf_fp)(int n, const char *format, ...);
|
typedef void (*Debug_ConsolePrintf_fp)(int n, const char *format, ...);
|
||||||
Debug_ConsolePrintf_fp DLLDebug_ConsolePrintf;
|
Debug_ConsolePrintf_fp DLLDebug_ConsolePrintf;
|
||||||
|
|
||||||
typedef void (*DedicatedServerPrintf_fp)(char *format, ...);
|
typedef void (*DedicatedServerPrintf_fp)(const char *format, ...);
|
||||||
DedicatedServerPrintf_fp DLLPrintDedicatedMessage;
|
DedicatedServerPrintf_fp DLLPrintDedicatedMessage;
|
||||||
/*
|
/*
|
||||||
typedef int( *ValidateUser_fp) (validate_id_request *valid_id, char *trackerid);
|
typedef int( *ValidateUser_fp) (validate_id_request *valid_id, char *trackerid);
|
||||||
|
Loading…
Reference in New Issue
Block a user