main.cxx

changeset 44
6bbaebc472b5
parent 43
1b35c9985989
child 48
976c57f153b3
equal deleted inserted replaced
43:1b35c9985989 44:6bbaebc472b5
55 55
56 #include "bots.h" 56 #include "bots.h"
57 #include "botcommands.h" 57 #include "botcommands.h"
58 58
59 const char* g_Keywords[] = { 59 const char* g_Keywords[] = {
60 "do",
60 "event", 61 "event",
61 "for", 62 "for",
62 "goto", 63 "goto",
63 "if", 64 "if",
64 "mainloop", 65 "mainloop",
72 // reserved. Also serves as a to-do list of sorts for me. >:F 73 // reserved. Also serves as a to-do list of sorts for me. >:F
73 "break", 74 "break",
74 "case", 75 "case",
75 "continue", 76 "continue",
76 "default", 77 "default",
77 "do",
78 "else", 78 "else",
79 "enum", // Would enum actually be useful? I think so. 79 "enum", // Would enum actually be useful? I think so.
80 "func", // Would function support need external support from zandronum? 80 "func", // Would function support need external support from zandronum?
81 "return", 81 "return",
82 "switch", 82 "switch",

mercurial