Implemented plant headers
This commit is contained in:
15
src/inc/plant.hpp
Normal file
15
src/inc/plant.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
// Types of growing plants.
|
||||
|
||||
enum growing_plant_type
|
||||
{
|
||||
growing_wheat,
|
||||
|
||||
growing_carrots,
|
||||
|
||||
growing_potatoes,
|
||||
|
||||
growing_beetroots
|
||||
};
|
||||
|
||||
// A growing plant.
|
||||
|
||||
Reference in New Issue
Block a user