mini-led-cube/editor/display.h
2012-01-15 22:43:32 +01:00

18 lines
235 B
C

#ifndef _DISPLAY_H
#define _DISPLAY_H
// OpenGL Cube
void drawLEDs(gint mode);
void drawWires();
void display(gboolean onlyForPicking);
void setScene();
// Hardware Cube
void displayCurrentFrame();
void uploadAnimation();
#endif