source:
cpp/frams/_demos/paramtree_print.h
@
744
Last change on this file since 744 was 723, checked in by , 7 years ago | |
---|---|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[723] | 1 | #ifndef _PARAMTREE_PRINT_H_ |
2 | #define _PARAMTREE_PRINT_H_ | |
3 | ||
4 | #include <frams/param/paramtree.h> | |
5 | ||
6 | void printTree(ParamTree::Node *n); | |
7 | ||
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.