mini-led-cube/editor/display.h

18 lines
235 B
C
Raw Permalink Normal View History

#ifndef _DISPLAY_H
#define _DISPLAY_H
// OpenGL Cube
void drawLEDs(gint mode);
void drawWires();
2011-12-21 22:58:57 +01:00
void display(gboolean onlyForPicking);
void setScene();
// Hardware Cube
void displayCurrentFrame();
void uploadAnimation();
#endif