summaryrefslogtreecommitdiff
path: root/src/ui/command.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 07:49:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 07:49:08 +0300
commit5ae35b010cfb44d3930cfc900bc71ff2449d39f7 (patch)
treed126e1cb97194ebcc1ea4e136c3a39ddb90798c8 /src/ui/command.h
parent92efe35c6b1ef4bea6aa1e43faf42610c1597340 (diff)
LookupWidget: Identities lookup and commands
Diffstat (limited to 'src/ui/command.h')
-rw-r--r--src/ui/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/command.h b/src/ui/command.h
index 4798baa6..43992b8e 100644
--- a/src/ui/command.h
+++ b/src/ui/command.h
@@ -22,6 +22,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
22 22
23#pragma once 23#pragma once
24 24
25#include <the_Foundation/range.h>
25#include <the_Foundation/vec2.h> 26#include <the_Foundation/vec2.h>
26 27
27iBool equal_Command (const char *commandWithArgs, const char *command); 28iBool equal_Command (const char *commandWithArgs, const char *command);
@@ -36,5 +37,6 @@ iInt2 coord_Command (const char *);
36iInt2 dir_Command (const char *); 37iInt2 dir_Command (const char *);
37 38
38const iString * string_Command (const char *, const char *label); /* space-delimited */ 39const iString * string_Command (const char *, const char *label); /* space-delimited */
40iRangecc range_Command (const char *, const char *label); /* space-delimited */
39const char * suffixPtr_Command (const char *, const char *label); /* until end-of-command */ 41const char * suffixPtr_Command (const char *, const char *label); /* until end-of-command */
40iString * suffix_Command (const char *, const char *label); /* until end-of-command */ 42iString * suffix_Command (const char *, const char *label); /* until end-of-command */