Last change
on this file since 1187 was
1187,
checked in by landauf, 17 years ago
|
some changes in commandexecutor and tclbind, but there's still a bug in the parameter evaluation
|
File size:
321 bytes
|
Rev | Line | |
---|
[1151] | 1 | #ifndef _TclBind_H__ |
---|
| 2 | #define _TclBind_H__ |
---|
| 3 | |
---|
[1187] | 4 | #include "cpptcl/CppTcl.h" |
---|
| 5 | |
---|
[1151] | 6 | namespace orxonox |
---|
| 7 | { |
---|
[1187] | 8 | Tcl::interpreter* createNewInterpreter(); |
---|
| 9 | void Tcl_puts(Tcl::object const &c); |
---|
| 10 | std::string Tcl_unknown(Tcl::object const &c); |
---|
[1151] | 11 | std::string tcl(const std::string& tclcode); |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | #endif /* _TclBind_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.