diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bcd1ec97..17b9cfa8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18489,6 +18489,9 @@ namespace BinaryNinja { void SetHasCollapsableRegions(bool state); /*! Starts a new line in the output. */ + void InitLine(); + + /*! Starts a new line in the output. */ void NewLine(); /*! Increases the indentation level by one. */ |
