Qt: more '#' support

Add an entry for running an extended command to Qt's 'game' menu.
This commit is contained in:
PatR
2022-01-17 14:38:16 -08:00
parent 0a47a6fd3d
commit f420b9672f
4 changed files with 10 additions and 6 deletions

View File

@@ -247,6 +247,7 @@ extern void cmdq_clear(void);
extern char pgetchar(void);
extern void pushch(char);
extern void savech(char);
extern int doextcmd(void);
extern const char *key2extcmddesc(uchar);
extern boolean bind_specialkey(uchar, const char *);
extern void parseautocomplete(char *, boolean);