#ifndef _DISPLAY_H #define _DISPLAY_H void drawLEDs(gint mode); void drawWires(); void display(gboolean onlyForPicking); void setScene(); #endif