about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pong.h b/src/pong.h
index ab74d07..fff6065 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -1,5 +1,6 @@
 #ifndef PONG_H
 #define PONG_H
+#define MOUSE_LEFT_BUTTON MOUSE_BUTTON_LEFT
 #include "raylib.h"
 #include <stdatomic.h>
 #include <stdio.h>