Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2008, 10:22:32 PM (16 years ago)
Author:
landauf
Message:

CommandExecutor uses Tcl

File:
1 edited

Legend:

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

    r1194 r1198  
    3030#define _TclBind_H__
    3131
     32#include "CorePrereqs.h"
     33
    3234#include "cpptcl/CppTcl.h"
    3335
     
    4446
    4547            static void puts(Tcl::object const &args);
    46             static std::string execute(Tcl::object const &args);
     48            static void execute(Tcl::object const &args);
     49            static std::string orxonox(Tcl::object const &args);
    4750            static std::string tcl(const std::string& tclcode);
     51            static bool TclBind::eval(const std::string& tclcode);
    4852
    4953        private:
Note: See TracChangeset for help on using the changeset viewer.