basis for project to upload to server.
This commit is contained in:
14
include/plants.hpp
Normal file
14
include/plants.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef PLANTS_H_
|
||||
#define PLANTS_H_
|
||||
|
||||
struct Plant_s{
|
||||
unsigned int* location_index;
|
||||
unsigned int* plant_type_index;
|
||||
float* Growth;
|
||||
float* Moister;
|
||||
float* Nutrient;
|
||||
float* Weeds;
|
||||
};
|
||||
|
||||
|
||||
#endif // PLANTS_H_
|
||||
Reference in New Issue
Block a user