Last change
on this file was
18352,
checked in by westram, 5 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
951 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 | |
---|
18 | void create_naligner_variables(AW_root *root, AW_default db1); |
---|
19 | AW_window *create_naligner_window(AW_root *root, GBDATA *gb_main); |
---|
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.