Last change
on this file was
10117,
checked in by westram, 11 years ago
|
- fix include-chaos in NTREE
- all headers named
- .h (some had .hxx)
- as .cxx file
- removed obsolete header (NT_dbrepair.hxx, nt_join.hxx)
- removed some more definitions of nt_assert
|
File size:
947 bytes
|
Line | |
---|
1 | // ================================================================ // |
---|
2 | // // |
---|
3 | // File : map_viewer.h // |
---|
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_H |
---|
13 | #define MAP_VIEWER_H |
---|
14 | |
---|
15 | #ifndef TREEDISPLAY_HXX |
---|
16 | #include <TreeDisplay.hxx> |
---|
17 | #endif |
---|
18 | |
---|
19 | void launch_MapViewer_cb(GBDATA *gbd, enum AD_MAP_VIEWER_TYPE type); |
---|
20 | |
---|
21 | #else |
---|
22 | #error map_viewer.h included twice |
---|
23 | #endif // MAP_VIEWER_H |
---|
Note: See
TracBrowser
for help on using the repository browser.