tried to fix font layout
[swftools.git] / lib / rfxswf.h
index 2a07fdb..f63b51b 100644 (file)
 #include "./mem.h"
 #include "./types.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define DEBUG_RFXSWF
 #ifdef RFXSWF_DISABLESOUND
 #define NO_MP3
@@ -1065,4 +1069,8 @@ FILTER*swf_NewFilter(U8 type);
 
 void AVM2_InsertStops(SWF*swf);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif