src/Commands.h

changeset 105
6dbac3305614
parent 99
44c0c7f31ae8
child 108
6409ece8297c
equal deleted inserted replaced
104:62da929f7814 105:6dbac3305614
44 String name; 44 String name;
45 int number; 45 int number;
46 int minargs; 46 int minargs;
47 EType returnvalue; 47 EType returnvalue;
48 List<CommandArgument> args; 48 List<CommandArgument> args;
49 String origin;
49 50
50 String GetSignature(); 51 String GetSignature();
51 }; 52 };
52 53
53 void AddCommandDefinition (CommandInfo* comm); 54 void AddCommandDefinition (CommandInfo* comm);

mercurial