Last change
on this file was
13998,
checked in by westram, 9 years ago
|
- partial update from 'trunk' into 'alilink'
- adds:
- log:branches/addtest@13123:13260,13523:13551,13570,13650:13653
- log:branches/check@13365:13375,13450:13457
- log:branches/check2@13458:13465
- log:branches/fix@13522:13588
- log:branches/fixres@13270:13326
- log:branches/pars@12938:13624,13628:13638
- log:branches/sativa@13202,13241,13263,13274,13304,13345
- log:branches/slv@13152:13190
- log:branches/vectorize@13428:13442
- log:trunk@13135:13694
|
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 | |
---|
14 | class AW_window; |
---|
15 | class AW_root; |
---|
16 | |
---|
17 | AW_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.