about summary refs log tree commit diff
path: root/src/engine/e_if_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_if_client.h')
-rw-r--r--src/engine/e_if_client.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h
index 4f6393ce..9173cfe1 100644
--- a/src/engine/e_if_client.h
+++ b/src/engine/e_if_client.h
@@ -386,4 +386,33 @@ int client_connection_problems();
 */
 int client_state();
 
+/*
+	Function: client_mapdownload_amount
+		TODO
+	
+	Arguments:
+		arg1 - desc
+	
+	Returns:
+
+	See Also:
+		<other_func>
+*/
+int client_mapdownload_amount();
+
+/*
+	Function: client_mapdownload_totalsize
+		TODO
+	
+	Arguments:
+		arg1 - desc
+	
+	Returns:
+
+	See Also:
+		<other_func>
+*/
+int client_mapdownload_totalsize();
+
+
 #endif