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
|
Line | |
---|
1 | #ifndef _TclBind_H__ |
---|
2 | #define _TclBind_H__ |
---|
3 | |
---|
4 | #include "cpptcl/CppTcl.h" |
---|
5 | |
---|
6 | namespace orxonox |
---|
7 | { |
---|
8 | Tcl::interpreter* createNewInterpreter(); |
---|
9 | void Tcl_puts(Tcl::object const &c); |
---|
10 | std::string Tcl_unknown(Tcl::object const &c); |
---|
11 | std::string tcl(const std::string& tclcode); |
---|
12 | } |
---|
13 | |
---|
14 | #endif /* _TclBind_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.