diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-23 07:43:41 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-23 07:43:41 +0000 |
| commit | 33b50738e63a3c79861bcfd88cb39377f85776c4 (patch) | |
| tree | a7857f0b219e02337da6d8a1a6b66693760b9b6e /src/engine/e_if_client.h | |
| parent | e21b6983abaefd0037435c76e9b41cfbbfbe51d5 (diff) | |
| download | zcatch-33b50738e63a3c79861bcfd88cb39377f85776c4.tar.gz zcatch-33b50738e63a3c79861bcfd88cb39377f85776c4.zip | |
added dead reckoning to the characters
Diffstat (limited to 'src/engine/e_if_client.h')
| -rw-r--r-- | src/engine/e_if_client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index 91ea09b2..8badb4c6 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -116,6 +116,11 @@ typedef struct */ int client_tick(); +/* + Function: client_prevtick + Returns the tick of the previous snapshot. +*/ +int client_prevtick(); /* Function: client_intratick |