![[Dept of Engineering]](http://www.eng.cam.ac.uk/images/house_style/engban-s.gif)
void initialise_graphics(); // create a window, and arena outline
// and suitable scale factors
void draw_circle(int x,int y, int radius, Team t); //use t to select color
void undraw_circle(int x,int y, int radius);
void wait_for_key(); // wait for a key to be pressed before removing window