summaryrefslogtreecommitdiff
path: root/src/ui/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/command.h')
-rw-r--r--src/ui/command.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/command.h b/src/ui/command.h
index 84533d77..aed4a0f2 100644
--- a/src/ui/command.h
+++ b/src/ui/command.h
@@ -12,5 +12,6 @@ void * pointerLabel_Command (const char *, const char *label);
12iInt2 coord_Command (const char *); 12iInt2 coord_Command (const char *);
13iInt2 dir_Command (const char *); 13iInt2 dir_Command (const char *);
14 14
15const iString * string_Command (const char *, const char *label); 15const iString * string_Command (const char *, const char *label); /* space-delimited */
16const char * valuePtr_Command(const char *, const char *label); 16const char * suffixPtr_Command (const char *, const char *label); /* until end-of-command */
17iString * suffix_Command (const char *, const char *label); /* until end-of-command */