diff options
Diffstat (limited to 'src/i_video.h')
-rw-r--r-- | src/i_video.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i_video.h b/src/i_video.h index af865287..82368967 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -43,7 +43,9 @@ #define SCREENHEIGHT_4_3 240 -typedef struct +#define MAX_MOUSE_BUTTONS 8 + +typedef struct { // Screen width and height |