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