mini-led-cube/editor/src/display.h

13 lines
149 B
C
Raw Normal View History

#ifndef _DISPLAY_H
#define _DISPLAY_H
void drawLEDs(int mode);
void drawWires();
2011-12-21 22:58:57 +01:00
void display(gboolean onlyForPicking);
void setScene();
#endif