source: tags/ms_r16q3/PARSIMONY/pars_klprops.hxx

Last change on this file was 13625, checked in by westram, 9 years ago
File size: 853 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : pars_klprops.hxx                                  //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Institute of Microbiology (Technical University Munich)       //
7//   http://www.arb-home.de/                                       //
8//                                                                 //
9// =============================================================== //
10
11#ifndef PARS_KLPROPS_HXX
12#define PARS_KLPROPS_HXX
13
14class AW_window;
15class AW_root;
16
17AW_window *create_kernighan_properties_window(AW_root *aw_root);
18
19#else
20#error pars_klprops.hxx included twice
21#endif // PARS_KLPROPS_HXX
Note: See TracBrowser for help on using the repository browser.