diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-09-04 18:45:41 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-09-04 18:45:41 +0000 |
| commit | 4c2632b7b6ae03e9d54d4a2d72742b6865700143 (patch) | |
| tree | 22181ad566d69ec29e78d8355f53f179b9a4ea54 /src/engine/e_if_client.h | |
| parent | 7248dd641def707fd518486caa9449e672187023 (diff) | |
| download | zcatch-4c2632b7b6ae03e9d54d4a2d72742b6865700143.tar.gz zcatch-4c2632b7b6ae03e9d54d4a2d72742b6865700143.zip | |
merge from 0.4.3: version-notification on client
Diffstat (limited to 'src/engine/e_if_client.h')
| -rw-r--r-- | src/engine/e_if_client.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index b94aad29..6137145b 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -403,6 +403,20 @@ int client_rcon_authed(); Group: Other **********************************************************************************/ /* + Function: client_latestversion + Returns 0 if there's no version difference + + Arguments: + arg1 - desc + + Returns: + + See Also: + <other_func> +*/ +const char *client_latestversion(); + +/* Function: client_get_input TODO |