mini-led-cube/editor/display.h
Aaron Mueller bedbd1e4e6 Connect the 3D-Editor with the great client library.
The editor is now an realtime tool for the LED-Cube!
2012-01-15 03:35:36 +01:00

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