src/global.h

changeset 341
1b1e2d4c1a3e
parent 337
8133cdb19aa1
child 349
f05aeee71a14
equal deleted inserted replaced
340:b9af88bfe972 341:1b1e2d4c1a3e
694 694
695 extern const char * const g_prod_stages[]; 695 extern const char * const g_prod_stages[];
696 extern const char * const g_prod_split[]; 696 extern const char * const g_prod_split[];
697 extern const char * const g_recipe_types[]; 697 extern const char * const g_recipe_types[];
698 extern const char * const g_style_types[]; 698 extern const char * const g_style_types[];
699 extern const char * const g_chiller_types[];
700
701 enum ChillerTypes {
702 CHILLER_TYPE_NONE,
703 CHILLER_TYPE_EMERSION,
704 CHILLER_TYPE_COUNTERFLOW,
705 CHILLER_TYPE_AUBAINMARIE,
706 CHILLER_TYPE_NATURAL
707 };
708
699 extern const char * g_ibu_method[3]; 709 extern const char * g_ibu_method[3];
700 710
701 enum FermentableTypes { 711 enum FermentableTypes {
702 FERMENTABLE_TYPE_GRAIN, 712 FERMENTABLE_TYPE_GRAIN,
703 FERMENTABLE_TYPE_SUGAR, 713 FERMENTABLE_TYPE_SUGAR,

mercurial