GameAILab1/Flocking.pde
2022-09-17 02:45:09 -07:00

10 lines
187 B
Text

/// called when "f" is pressed; should instantiate additional boids and start flocking
void flock()
{
}
/// called when "f" is pressed again; should remove the flock
void unflock()
{
}