source: tags/arb-6.0.1/PARSIMONY/pars_klprops.hxx

Last change on this file was 6280, checked in by westram, 14 years ago
File size: 842 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_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.