Make macro_reference_t store the offset of the first macro action and expose ParseMacroAction
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// Includes:
|
||||
|
||||
#include "parse_config.h"
|
||||
#include "macros.h"
|
||||
|
||||
// Typedefs:
|
||||
|
||||
@@ -20,6 +21,7 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
parser_error_t ParseMacroAction(config_buffer_t *buffer, macro_action_t *macroAction);
|
||||
parser_error_t ParseMacro(config_buffer_t *buffer, uint8_t macroIdx);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user