GameAILab1/Flocking.pde

11 lines
187 B
Plaintext
Raw Normal View History

2022-09-20 13:11:26 -07:00
/// 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()
{
}