source: branches/species/AWTI/awti_edit.hxx

Last change on this file was 19613, checked in by westram, 2 months ago
  • reintegrates 'lib' into 'trunk'
    • replace dynamic library AWT by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
    • now also check wrong library dependencies for untested units (only4me)
  • adds: log:branches/lib@19578:19612
File size: 1001 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : awti_edit.hxx                                     //
4//   Purpose   : test and modify import/export filters             //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in October 2017   //
7//   http://www.arb-home.de/                                       //
8//                                                                 //
9// =============================================================== //
10
11#ifndef AWTI_EDIT_HXX
12#define AWTI_EDIT_HXX
13
14#ifndef AW_BASE_HXX
15#include <aw_base.hxx>
16#endif
17#ifndef ALI_FILTER_HXX
18#include <ali_filter.hxx>
19#endif
20
21void AWTI_activate_import_test_window(AW_window *awp);
22void AWTI_activate_export_test_window(AW_window *awp, GBDATA *gb_main, adfiltercbstruct *acbs);
23
24#else
25#error awti_edit.hxx included twice
26#endif // AWTI_EDIT_HXX
Note: See TracBrowser for help on using the repository browser.