Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2008, 8:30:33 PM (16 years ago)
Author:
landauf
Message:

I start to like it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/CommandExecutor.h

    r1427 r1430  
    9393            static std::string getPossibleArgument(const std::string& name, ConsoleCommand* command, unsigned int param);
    9494
     95            static void createArgumentCompletionList(ConsoleCommand* command, unsigned int param);
    9596            static std::string getCommonBegin(const std::list<std::pair<const std::string*, const std::string*> >& list);
    9697            static bool compareStringsInList(const std::pair<const std::string*, const std::string*>& first, const std::pair<const std::string*, const std::string*>& second);
Note: See TracChangeset for help on using the changeset viewer.