From 3541ce862727a967c92f7f08e3c7da16522f89ef Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 23:00:21 +0000 Subject: Sprinkle some C++ scoping around svn path=/trunk/libcss/; revision=10901 --- include/libcss/fpmath.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/libcss/fpmath.h') diff --git a/include/libcss/fpmath.h b/include/libcss/fpmath.h index 8b867f8..3867f3a 100644 --- a/include/libcss/fpmath.h +++ b/include/libcss/fpmath.h @@ -8,6 +8,11 @@ #ifndef libcss_fpmath_h_ #define libcss_fpmath_h_ +#ifdef __cplusplus +extern "C" +{ +#endif + #include /* 22:10 fixed point math */ @@ -57,5 +62,9 @@ typedef int32_t css_fixed; #define F_300 0x0004b000 /* 300 */ #define F_400 0x00064000 /* 400 */ +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3