source: tags/arb-6.0/MULTI_PROBE/multi_probe.hxx

Last change on this file was 11512, checked in by westram, 10 years ago
File size: 990 bytes
Line 
1// ================================================================ //
2//                                                                  //
3//   File      : multi_probe.hxx                                    //
4//   Purpose   : External interface of MULTI_PROBE                  //
5//                                                                  //
6//   Coded by Ralf Westram (coder@reallysoft.de) in February 2010   //
7//   Institute of Microbiology (Technical University Munich)        //
8//   http://www.arb-home.de/                                        //
9//                                                                  //
10// ================================================================ //
11
12#ifndef MULTI_PROBE_HXX
13#define MULTI_PROBE_HXX
14
15#ifndef AW_BASE_HXX
16#include <aw_base.hxx>
17#endif
18
19class AW_window;
20class AWT_canvas;
21
22AW_window *create_multiprobe_window(AW_root *root, AWT_canvas *canvas);
23
24#else
25#error multi_probe.hxx included twice
26#endif // MULTI_PROBE_HXX
Note: See TracBrowser for help on using the repository browser.