aboutsummaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-28 22:26:04 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-28 22:26:04 +0100
commitcc884ee71f017d9493da22565fc33e6828da123d (patch)
tree33f97802d7f1461155d34fed0da2cfe1fe657945 /src/defs.h
parentda4b72ea58e97d14306cfd322a8ef7a40337645d (diff)
Added point and click functionality
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index fc0c91d..493cf0a 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -25,6 +25,9 @@
#define MODE_CPU 0
#define MODE_OPENCL 1
+// Available keys
+
+
typedef unsigned char u8;
typedef signed char s8;