| 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 AWT_FILTER_HXX |
|---|
| 18 | #include <awt_filter.hxx> |
|---|
| 19 | #endif |
|---|
| 20 | |
|---|
| 21 | void AWTI_activate_import_test_window(AW_window *awp); |
|---|
| 22 | void 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.