ManaPlus
Enumerations
CookingType Namespace Reference

Enumerations

enum  T {
  Cooking = 1 , Arrow = 2 , Elemental = 3 , MixCooking = 4 ,
  MakeBomb = 5 , Pharmacy = 6
}
 

Enumeration Type Documentation

◆ T

Enumerator
Cooking 
Arrow 
Elemental 
MixCooking 
MakeBomb 
Pharmacy 

Definition at line 27 of file cookingtype.h.

28 {
29  Cooking = 1,
30  Arrow = 2,
31  Elemental = 3,
32  MixCooking = 4,
33  MakeBomb = 5,
34  Pharmacy = 6
35 }