Implemented plant headers

This commit is contained in:
CobaltXII
2019-01-04 16:03:51 -05:00
parent 825e081793
commit da188d33e2

15
src/inc/plant.hpp Normal file
View File

@@ -0,0 +1,15 @@
// Types of growing plants.
enum growing_plant_type
{
growing_wheat,
growing_carrots,
growing_potatoes,
growing_beetroots
};
// A growing plant.