Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/console/src/core/TclBind.h @ 1151

Last change on this file since 1151 was 1151, checked in by landauf, 16 years ago

added cpptcl and some first tests

File size: 187 bytes
Line 
1#ifndef _TclBind_H__
2#define _TclBind_H__
3
4namespace orxonox
5{
6    void hello();
7    void test();
8    std::string tcl(const std::string& tclcode);
9}
10
11#endif /* _TclBind_H__ */
Note: See TracBrowser for help on using the repository browser.