ARB
macros_local.hxx
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : macros_local.hxx //
4 // Purpose : local definitions //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in March 2014 //
7 // http://www.arb-home.de/ //
8 // //
9 // ============================================================= //
10 
11 #ifndef MACROS_LOCAL_HXX
12 #define MACROS_LOCAL_HXX
13 
14 #define MACRO_WINDOW_ID "MACROS"
15 
16 #define MACRO_RECORD_ID "macro_record"
17 #define MACRO_PLAYBACK_ID "macro_playback"
18 #define MACRO_PLAYBACK_MARKED_ID "macro_playback_with_marked"
19 #define MACRO_INTERRUPT_ID "macro_interrupt"
20 
21 #define AWAR_MACRO_BASE "tmp/macro"
22 
23 #else
24 #error macros_local.hxx included twice
25 #endif // MACROS_LOCAL_HXX