]> Pileus Git - aweather/blob - src/cube.h
got levels working, plus faster
[aweather] / src / cube.h
1 #ifndef CUBE_H
2 #define CUBE_H
3
4 gboolean cube_init(GtkDrawingArea *drawing, GtkNotebook *config);
5
6 #endif