source: branches/port5/AWT/awt_preset.hxx

Last change on this file was 5968, checked in by westram, 15 years ago
  • new flag -w to aisc_mkpt (add include wrapper)
  • uniform style for several include wrappers
  • removed duplicated includes
  • removed useless nt_concatenate.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 760 bytes
Line 
1// =========================================================== //
2//                                                             //
3//   File      : awt_preset.hxx                                //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef AWT_PRESET_HXX
12#define AWT_PRESET_HXX
13
14
15AW_window *AWT_preset_window( AW_root *root ) ;
16
17#else
18#error awt_preset.hxx included twice
19#endif // AWT_PRESET_HXX
Note: See TracBrowser for help on using the repository browser.