source: trunk/EDIT4/ed4_secedit.hxx @ 6381

Last change on this file since 6381 was 6381, checked in by westram, 15 years ago
  • fixed includes
  • added MBI headers
  • removed unused files
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 939 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : ed4_secedit.hxx                                   //
4//   Purpose   : start secondary editor                            //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in August 2007    //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef ED4_SECEDIT_HXX
13#define ED4_SECEDIT_HXX
14
15#ifndef AW_WINDOW_HXX
16#include <aw_window.hxx>
17#endif
18
19void ED4_SECEDIT_start(AW_window *aw, AW_CL cl_gbmain, AW_CL);
20
21#else
22#error ed4_secedit.hxx included twice
23#endif // ED4_SECEDIT_HXX
Note: See TracBrowser for help on using the repository browser.