summaryrefslogtreecommitdiff
path: root/src/ui/command.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-26 14:32:02 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-26 14:32:02 +0300
commitdeba8cc58be7511ede63d0b6417c739e8e35b176 (patch)
tree8fd4fa925a5f851c35e558b012bb003131981af7 /src/ui/command.h
parentc8a7d28f61ab53d841efe38ddcf34be0db3104d9 (diff)
Asking the user for input
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 */