diff options
Diffstat (limited to 'utils/themeeditor/skin_debug.h')
-rw-r--r-- | utils/themeeditor/skin_debug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_debug.h b/utils/themeeditor/skin_debug.h index c100eb1d2e..6b2a1bd1f5 100644 --- a/utils/themeeditor/skin_debug.h +++ b/utils/themeeditor/skin_debug.h @@ -23,6 +23,11 @@ #ifndef SKIN_DEBUG_H #define SKIN_DEBUG_H +#ifdef __cplusplus +extern "C" +{ +#endif + #include "skin_parser.h" /* Debugging functions */ @@ -33,4 +38,8 @@ void skin_debug_tree(struct skin_element* root); void skin_debug_params(int count, struct skin_tag_parameter params[]); void skin_debug_indent(); +#ifdef __cplusplus +} +#endif + #endif // SKIN_DEBUG_H |