source: tags/ms_r18q1/EDIT4/ed4_naligner.hxx

Last change on this file was 14272, checked in by westram, 9 years ago
  • typed most popup-callbacks (+tested macro IDs)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 928 bytes
Line 
1// ================================================================ //
2//                                                                  //
3//   File      : ed4_naligner.hxx                                   //
4//   Purpose   :                                                    //
5//                                                                  //
6//   Institute of Microbiology (Technical University Munich)        //
7//   http://www.arb-home.de/                                        //
8//                                                                  //
9// ================================================================ //
10
11#ifndef ED4_NALIGNER_HXX
12#define ED4_NALIGNER_HXX
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17
18void create_naligner_variables(AW_root *root, AW_default db1);
19AW_window *create_naligner_window(AW_root *root);
20
21#else
22#error ed4_naligner.hxx included twice
23#endif // ED4_NALIGNER_HXX
Note: See TracBrowser for help on using the repository browser.