source: tags/ms_r16q3/PROBE_DESIGN/probe_local.hxx

Last change on this file was 13929, checked in by westram, 9 years ago
  • moves probe_design.hxx → probe_gui.hxx / probe_local.hxx
File size: 815 bytes
Line 
1// ============================================================ //
2//                                                              //
3//   File      : probe_local.hxx                                //
4//   Purpose   :                                                //
5//                                                              //
6//   Coded by Ralf Westram (coder@reallysoft.de) in June 2015   //
7//   http://www.arb-home.de/                                    //
8//                                                              //
9// ============================================================ //
10
11#ifndef PROBE_LOCAL_HXX
12#define PROBE_LOCAL_HXX
13
14#ifndef ARB_ASSERT_H
15#include <arb_assert.h>
16#endif
17#define pd_assert(bed) arb_assert(bed)
18
19#else
20#error probe_local.hxx included twice
21#endif // PROBE_LOCAL_HXX
Note: See TracBrowser for help on using the repository browser.