source: tags/svn.1.5.4/NTREE/map_viewer.hxx

Last change on this file was 7801, checked in by westram, 13 years ago

merge from dev [7710]

  • resolve some nesting in library dependencies
    • allows unit tests in GENOM and GENOM_IMPORT
File size: 955 bytes
Line 
1// ================================================================ //
2//                                                                  //
3//   File      : map_viewer.hxx                                     //
4//   Purpose   :                                                    //
5//                                                                  //
6//   Coded by Ralf Westram (coder@reallysoft.de) in February 2010   //
7//   Institute of Microbiology (Technical University Munich)        //
8//   http://www.arb-home.de/                                        //
9//                                                                  //
10// ================================================================ //
11
12#ifndef MAP_VIEWER_HXX
13#define MAP_VIEWER_HXX
14
15#ifndef TREEDISPLAY_HXX
16#include <TreeDisplay.hxx>
17#endif
18
19void launch_MapViewer_cb(GBDATA *gbd, enum AD_MAP_VIEWER_TYPE type);
20
21#else
22#error map_viewer.hxx included twice
23#endif // MAP_VIEWER_HXX
Note: See TracBrowser for help on using the repository browser.