summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.h b/config.h
index 5fa5d5b..1427467 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,10 @@
-#define CL_TARGET_OPENCL_VERSION 110
-
/* #define WINDOWS 1 */
+#define CL_TARGET_OPENCL_VERSION 110
+#define WINDOW_TITLE "Balls"
enum { FPS = 60 }; /* Frames per second. */
+enum window {
+ WIDTH = 640,
+ HEIGHT = 640,
+};
+enum { CIRCLE_POINTS = 24 }; /* Number of vertices per circle. */