diff options
Diffstat (limited to 'src/ui/command.h')
-rw-r--r-- | src/ui/command.h | 5 |
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); | |||
12 | iInt2 coord_Command (const char *); | 12 | iInt2 coord_Command (const char *); |
13 | iInt2 dir_Command (const char *); | 13 | iInt2 dir_Command (const char *); |
14 | 14 | ||
15 | const iString * string_Command (const char *, const char *label); | 15 | const iString * string_Command (const char *, const char *label); /* space-delimited */ |
16 | const char * valuePtr_Command(const char *, const char *label); | 16 | const char * suffixPtr_Command (const char *, const char *label); /* until end-of-command */ |
17 | iString * suffix_Command (const char *, const char *label); /* until end-of-command */ | ||