]> git.sesse.net Git - ccbs/blobdiff - bigscreen/resolution.h
Replace 800x600 width a resolution from a .h file. Lots of positions are still hardco...
[ccbs] / bigscreen / resolution.h
diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h
new file mode 100644 (file)
index 0000000..0bbddf3
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _RESOLUTION_H
+#define _RESOLUTION_H 1
+
+#define SCREEN_WIDTH 800
+#define SCREEN_HEIGHT 600
+
+#endif /* !defined(_RESOLUTION_H) */