Changeset 1216 for code/branches
- Timestamp:
- May 2, 2008, 10:19:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/TclBind.h
r1198 r1216 49 49 static std::string orxonox(Tcl::object const &args); 50 50 static std::string tcl(const std::string& tclcode); 51 static bool TclBind::eval(const std::string& tclcode);51 static bool eval(const std::string& tclcode); 52 52 53 53 private:
Note: See TracChangeset
for help on using the changeset viewer.