diff options
Diffstat (limited to 'lv2/core/lv2.h')
-rw-r--r-- | lv2/core/lv2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 7444b87..754b07a 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -41,6 +41,8 @@ #include <stdint.h> +// clang-format off + #define LV2_CORE_URI "http://lv2plug.in/ns/lv2core" ///< http://lv2plug.in/ns/lv2core #define LV2_CORE_PREFIX LV2_CORE_URI "#" ///< http://lv2plug.in/ns/lv2core# @@ -129,6 +131,8 @@ #define LV2_CORE__symbol LV2_CORE_PREFIX "symbol" ///< http://lv2plug.in/ns/lv2core#symbol #define LV2_CORE__toggled LV2_CORE_PREFIX "toggled" ///< http://lv2plug.in/ns/lv2core#toggled +// clang-format on + #ifdef __cplusplus extern "C" { #endif |