GameAILab1/Flocking.pde

11 lines
187 B
Plaintext

/// 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()
{
}