source: tags/arb_5.3/NTREE/ad_trees.hxx

Last change on this file was 6033, checked in by westram, 15 years ago
  • DB browser now is only included in DEBUG mode
  • include wrappers for ad_spec.hxx + ad_trees.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 876 bytes
Line 
1// ============================================================ //
2//                                                              //
3//   File      : ad_trees.hxx                                   //
4//   Purpose   :                                                //
5//                                                              //
6//   Institute of Microbiology (Technical University Munich)    //
7//   www.arb-home.de                                            //
8//                                                              //
9// ============================================================ //
10
11#ifndef AD_TREES_HXX
12#define AD_TREES_HXX
13
14#define AWAR_TREE_NAME "tmp/ad_tree/tree_name"
15
16void       create_trees_var(AW_root *aw_root, AW_default aw_def);
17AW_window *create_trees_window(AW_root *aw_root);
18
19#else
20#error ad_trees.hxx included twice
21#endif // AD_TREES_HXX
Note: See TracBrowser for help on using the repository browser.