From 89ccbd4f7b478b49329fa39be62ee3a5b38641bc Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 25 Aug 2007 08:48:24 +0000 Subject: compressed map support. begun to fix things for ctf --- src/engine/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/system.h') diff --git a/src/engine/system.h b/src/engine/system.h index e311d571..255a518c 100644 --- a/src/engine/system.h +++ b/src/engine/system.h @@ -149,7 +149,7 @@ enum { IOFLAG_WRITE = 2, IOFLAG_RANDOM = 4, - IOSEEK_SET = 0, + IOSEEK_START = 0, IOSEEK_CUR = 1, IOSEEK_END = 2 }; @@ -514,7 +514,7 @@ int fs_listdir(const char *dir, fs_listdir_callback cb, void *user); int net_addr4_cmp(const NETADDR4 *a, const NETADDR4 *b); void mem_debug_dump(); - +int mem_allocated(); #ifdef __cplusplus } #endif -- cgit 1.4.1