#ifndef DISPLAY_H
#define DISPLAY_H

/*
 * Draw the contents of the window.
 */
void display (void);

#endif // DISPLAY_H