mini-led-cube/editor/display.h

17 lines
211 B
C
Raw 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();
#endif