]> git.sesse.net Git - ccbs/blob - bigscreen/ccbs_bigscreen.cpp
Fiddled around with the table layout.
[ccbs] / bigscreen / ccbs_bigscreen.cpp
1 #include <stdio.h>
2 #include <unistd.h>
3 #include "glwindow.h"
4
5 int main(int argc, char **argv)
6 {
7         GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1);
8         sleep(5);
9         return 0;
10 }