diff options
Diffstat (limited to 'src/i_video.h')
-rw-r--r-- | src/i_video.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i_video.h b/src/i_video.h index bd5de24a..94ffcc29 100644 --- a/src/i_video.h +++ b/src/i_video.h @@ -28,10 +28,11 @@ #ifndef __I_VIDEO__ #define __I_VIDEO__ - #include "doomtype.h" -typedef struct +#define MAX_MOUSE_BUTTONS 8 + +typedef struct { // Screen width and height |