]> git.sesse.net Git - ccbs/blobdiff - ccbs_bigscreen.cpp
Initial commit.
[ccbs] / ccbs_bigscreen.cpp
diff --git a/ccbs_bigscreen.cpp b/ccbs_bigscreen.cpp
new file mode 100644 (file)
index 0000000..778720f
--- /dev/null
@@ -0,0 +1,10 @@
+#include <stdio.h>
+#include <unistd.h>
+#include "glwindow.h"
+
+int main(int argc, char **argv)
+{
+       GLWindow glw("CCBS bigscreen", 800, 600, 32, false, 16, -1);
+       sleep(5);
+       return 0;
+}