source: tags/old_import_filter/AWTI/awti_export.hxx

Last change on this file was 6490, checked in by westram, 14 years ago
  • moved a few types to arbdb_base.h
  • only use arbdb_base.h or arbdb.h where possible
  • global included cleanup
  • added MBI headers to many files
  • moved SQ_ambiguities.SQ_count_ambiguities() to separate object
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 974 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : awti_export.hxx                                   //
4//   Purpose   : Interface to export window                        //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in June 2008      //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef AWTI_EXPORT_HXX
13#define AWTI_EXPORT_HXX
14
15#ifndef ARBDB_BASE_H
16#include <arbdb_base.h>
17#endif
18
19class AW_window;
20class AW_root;
21
22AW_window *open_AWTC_export_window(AW_root *awr, GBDATA *gb_main);
23
24#else
25#error awti_export.hxx included twice
26#endif // AWTI_EXPORT_HXX
Note: See TracBrowser for help on using the repository browser.