src/global.h

changeset 419
d49f38cc76a0
parent 412
5fe775f036fa
child 423
8cb46020796a
equal deleted inserted replaced
418:236b62fd484e 419:d49f38cc76a0
719 extern const char * const g_style_types[]; 719 extern const char * const g_style_types[];
720 extern const char * const g_chiller_types[]; 720 extern const char * const g_chiller_types[];
721 721
722 enum ChillerTypes { 722 enum ChillerTypes {
723 CHILLER_TYPE_NONE, 723 CHILLER_TYPE_NONE,
724 CHILLER_TYPE_EMERSION, 724 CHILLER_TYPE_IMMERSION,
725 CHILLER_TYPE_COUNTERFLOW, 725 CHILLER_TYPE_COUNTERFLOW,
726 CHILLER_TYPE_AUBAINMARIE, 726 CHILLER_TYPE_AUBAINMARIE,
727 CHILLER_TYPE_NATURAL 727 CHILLER_TYPE_NOCHILL
728 }; 728 };
729 729
730 extern const char * g_ibu_method[3]; 730 extern const char * g_ibu_method[3];
731 731
732 enum FermentableTypes { 732 enum FermentableTypes {

mercurial