diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-04 10:40:32 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-04 10:40:32 -0500 |
commit | 1cbaa8c30f63b854696b9a0761376eda5ea87ecd (patch) | |
tree | c249b7ff2b5311f4d4d6b84ff403687df36cb63d /command.h | |
parent | c8fe98bf37f5364543b365d6d423a785c3c66452 (diff) |
string arguments
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// i | ARG_STRING = ted->strings[i] +#define ARG_STRING 0x4000000000000000 + ENUM_U16 { CMD_UNKNOWN, CMD_NOOP, // do nothing |