// ============================================================= //
//                                                               //
//   File      : macros_local.hxx                                //
//   Purpose   : local definitions                               //
//                                                               //
//   Coded by Ralf Westram (coder@reallysoft.de) in March 2014   //
//   http://www.arb-home.de/                                     //
//                                                               //
// ============================================================= //

#ifndef MACROS_LOCAL_HXX
#define MACROS_LOCAL_HXX

#define MACRO_WINDOW_ID "MACROS"

#define MACRO_RECORD_ID          "macro_record"
#define MACRO_PLAYBACK_ID        "macro_playback"
#define MACRO_PLAYBACK_MARKED_ID "macro_playback_with_marked"
#define MACRO_INTERRUPT_ID       "macro_interrupt"

#define AWAR_MACRO_BASE "tmp/macro"

#else
#error macros_local.hxx included twice
#endif // MACROS_LOCAL_HXX
