about summary refs log tree commit diff
path: root/src/engine/e_config.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-10-27 14:38:53 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-10-27 14:38:53 +0000
commit878ede3080ab2cfb627aca505c397d9765052996 (patch)
tree98bff371070e1dca0295f0ca58d64ac4ee8042ce /src/engine/e_config.h
parent9b99ec0e60b60134e46f2f71d707230948f7db03 (diff)
downloadzcatch-878ede3080ab2cfb627aca505c397d9765052996.tar.gz
zcatch-878ede3080ab2cfb627aca505c397d9765052996.zip
major update with stuff
Diffstat (limited to 'src/engine/e_config.h')
-rw-r--r--src/engine/e_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/engine/e_config.h b/src/engine/e_config.h
index 965e08f0..6ca7a8ee 100644
--- a/src/engine/e_config.h
+++ b/src/engine/e_config.h
@@ -2,10 +2,6 @@
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
-#ifdef __cplusplus
-extern "C"{
-#endif
-
 typedef struct
 { 
     #define MACRO_CONFIG_INT(name,def,min,max,save,desc) int name;
@@ -45,8 +41,4 @@ typedef void (*CONFIG_STR_SETTER)(CONFIGURATION *c, const char *str);
 #undef MACRO_CONFIG_INT
 #undef MACRO_CONFIG_STR
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif