From 76e39eac8cee2175ec62a191f7c91ca53857e80c Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Fri, 5 Mar 2021 18:07:48 -0500 Subject: more raleigh, including button and vbox widgets --- src/user/include/popups/info.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/user/include/popups') diff --git a/src/user/include/popups/info.h b/src/user/include/popups/info.h index 36d557a..de6be57 100644 --- a/src/user/include/popups/info.h +++ b/src/user/include/popups/info.h @@ -1,6 +1,10 @@ #ifndef POPUPS_INFO_H #define POPUPS_INFO_H +#ifdef __cplusplus +extern "C" { +#endif + #include #include @@ -11,4 +15,8 @@ void info_popup(struct popup *into, const char *text, _pixel_t fg, _pixel_t bg); void info_popupf(struct popup *into, const char *text, _pixel_t fg, _pixel_t bg, ...); void info_popupf_v(struct popup *into, const char *text, _pixel_t fg, _pixel_t bg, va_list args); +#ifdef __cplusplus +} +#endif + #endif \ No newline at end of file -- cgit v1.2.3