#ifndef _TclBind_H__ #define _TclBind_H__ namespace orxonox { void hello(); void test(); std::string tcl(const std::string& tclcode); } #endif /* _TclBind_H__ */