source: branches/profile/EDIT4/graph_aligner_gui.hxx

Last change on this file was 6425, checked in by westram, 14 years ago
  • names, names, names, …
File size: 1.0 KB
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : graph_aligner_gui.hxx                             //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Coded by Elmar Pruesse in October 2008                        //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef GRAPH_ALIGNER_GUI_HXX
13#define GRAPH_ALIGNER_GUI_HXX
14
15#ifndef AW_WINDOW_HXX
16#include <aw_window.hxx>
17#endif
18
19void      show_sina_window(AW_window *, AW_CL cl_AlignDataAccess, AW_CL);
20void      create_sina_variables(AW_root*, AW_default);
21AW_active sina_mask(AW_root*);
22
23#else
24#error graph_aligner_gui.hxx included twice
25#endif // GRAPH_ALIGNER_GUI_HXX
Note: See TracBrowser for help on using the repository browser.