Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2008, 1:37:36 AM (17 years ago)
Author:
rgrieder
Message:

merged gui back to trunk.
update the media repository!

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/core/CommandExecutor.h

    r1505 r1755  
    3636#include "CommandEvaluation.h"
    3737
    38 namespace orxonox
    39 {
     38namespace orxonox // tolua_export
     39{ // tolua_export
    4040    class _CoreExport CommandExecutor
     41    /*
     42    class CommandExecutor { // tolua_export
     43    */
    4144    {
    4245        public:
    43             static bool execute(const std::string& command, bool useTcl = true);
     46            static bool execute(const std::string& command, bool useTcl = true); // tolua_export
    4447            static std::string complete(const std::string& command);
    4548            static std::string hint(const std::string& command);
     
    98101            std::map<std::string, ConsoleCommand*> consoleCommandShortcuts_;
    99102            std::map<std::string, ConsoleCommand*> consoleCommandShortcuts_LC_;
    100     };
    101 }
     103    }; // tolua_export
     104} // tolua_export
    102105
    103106#endif /* _CommandExecutor_H__ */
Note: See TracChangeset for help on using the changeset viewer.