11#ifndef FAUNA_FORAGE_TYPES_H
12#define FAUNA_FORAGE_TYPES_H
const std::string & get_forage_type_name(const ForageType)
Get a short, lowercase string identifier for a forage type.
Definition: forage_types.cpp:30
const int FORAGE_TYPE_COUNT
Number of elements in ForageType.
Definition: forage_types.h:29
ForageType
Different types of forage.
Definition: forage_types.h:21
@ Inedible
Plants that are not edible for herbivores.
@ Grass
Forage type grass.
const std::set< ForageType > FORAGE_TYPES
Definition: forage_types.cpp:27