diff m_option.h @ 11947:3ccd5dcf447c

m_option_type_double
author michael
date Tue, 10 Feb 2004 14:32:06 +0000
parents 522afd56703c
children 474a40917f73
line wrap: on
line diff
--- a/m_option.h	Tue Feb 10 14:12:26 2004 +0000
+++ b/m_option.h	Tue Feb 10 14:32:06 2004 +0000
@@ -11,6 +11,7 @@
 extern m_option_type_t m_option_type_flag;
 extern m_option_type_t m_option_type_int;
 extern m_option_type_t m_option_type_float;
+extern m_option_type_t m_option_type_double;
 extern m_option_type_t m_option_type_string;
 extern m_option_type_t m_option_type_string_list;
 extern m_option_type_t m_option_type_position;
@@ -78,6 +79,7 @@
 #define CONF_TYPE_FLAG		(&m_option_type_flag)
 #define CONF_TYPE_INT		(&m_option_type_int)
 #define CONF_TYPE_FLOAT		(&m_option_type_float)
+#define CONF_TYPE_DOUBLE	(&m_option_type_double)
 #define CONF_TYPE_STRING	(&m_option_type_string)
 #define CONF_TYPE_FUNC		(&m_option_type_func)
 #define CONF_TYPE_FUNC_PARAM	(&m_option_type_func_param)