source:
code/branches/console/src/core/TclBind.h
@
1169
Last change on this file since 1169 was 1151, checked in by landauf, 17 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | #ifndef _TclBind_H__ |
2 | #define _TclBind_H__ |
3 | |
4 | namespace 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.