134:eca2fc0acaa2 | 135:8b9132fea327 |
---|---|
28 | 28 |
29 #ifndef BOTC_COMMANDS_H | 29 #ifndef BOTC_COMMANDS_H |
30 #define BOTC_COMMANDS_H | 30 #define BOTC_COMMANDS_H |
31 | 31 |
32 #include "main.h" | 32 #include "main.h" |
33 #include "string.h" | 33 #include "stringClass.h" |
34 | 34 |
35 struct CommandArgument | 35 struct CommandArgument |
36 { | 36 { |
37 DataType type; | 37 DataType type; |
38 String name; | 38 String name; |