--- a/src/Commands.h Wed Feb 26 18:31:53 2014 +0200 +++ b/src/Commands.h Mon Mar 03 01:04:16 2014 +0200 @@ -48,11 +48,11 @@ List<CommandArgument> args; String origin; - String GetSignature(); + String signature(); }; -void AddCommandDefinition (CommandInfo* comm); -CommandInfo* FindCommandByName (String a); -const List<CommandInfo*>& GetCommands(); +void addCommandDefinition (CommandInfo* comm); +CommandInfo* findCommandByName (String a); +const List<CommandInfo*>& getCommands(); #endif // BOTC_COMMANDS_H