summaryrefslogtreecommitdiffstats
path: root/src/map/mapper/mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mapper/mapper.h')
-rw-r--r--src/map/mapper/mapper.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/map/mapper/mapper.h b/src/map/mapper/mapper.h
index 9b059fd0..10839382 100644
--- a/src/map/mapper/mapper.h
+++ b/src/map/mapper/mapper.h
@@ -19,6 +19,10 @@
#ifndef __MAPPER_H__
#define __MAPPER_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
////////////////////////////////////////////////////////////////////////
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
@@ -180,7 +184,12 @@ extern void Map_ManCleanData( Map_Man_t * p );
extern void Map_MappingSetupTruthTables( unsigned uTruths[][2] );
extern void Map_MappingSetupTruthTablesLarge( unsigned uTruths[][32] );
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
////////////////////////////////////////////////////////////////////////
/// END OF FILE ///
////////////////////////////////////////////////////////////////////////
-#endif