diff options
author | Charadon <dev@iotib.net> | 2022-05-31 02:10:48 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-05-31 02:10:48 -0400 |
commit | e1c6396e259a164f57dec9ca6569cb29010a12fc (patch) | |
tree | 0827e1d07daa2761033587eb69ae643961741f8c /src/pong.h | |
parent | cb42de03854921addb450e6a67cbe44dc9449ec0 (diff) | |
download | Pong-C-e1c6396e259a164f57dec9ca6569cb29010a12fc.tar.gz |
Fixed issue where window segfaulted when resized.
Diffstat (limited to 'src/pong.h')
-rw-r--r-- | src/pong.h | 1 |
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> |