mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
script command aliases
git-svn-id: https://svn.eduke32.com/eduke32@6336 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
15b2186696
commit
2b7cd33fc2
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ const tokenmap_t altkeyw [] =
|
||||||
|
|
||||||
{ "string", CON_DEFINEQUOTE },
|
{ "string", CON_DEFINEQUOTE },
|
||||||
{ "print", CON_QUOTE },
|
{ "print", CON_QUOTE },
|
||||||
|
|
||||||
|
{ "dc", CON_DEFINECHEAT },
|
||||||
|
{ "ck", CON_CHEATKEYS },
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *keyw[] =
|
const char *keyw[] =
|
||||||
|
|
Loading…
Reference in a new issue