Nano v1.0.0
Simulating Natural Selection
|
An enumeration type representing a single food particle. More...
#include <simulation.h>
Public Attributes | |
types::fVec2 | pos = {0, 0} |
bool | isEaten = false |
An enumeration type representing a single food particle.
bool ss::bll::simulation::Food::isEaten = false |
types::fVec2 ss::bll::simulation::Food::pos = {0, 0} |