ref: dcb88e2760625df95e16b666cd1a00e4a6f879c0
parent: 57f7f44655b42f1bf4adede78b58cd63e3c2bb9f
author: Turo Lamminen <turol@iki.fi>
date: Thu Sep 8 09:53:11 EDT 2022
video: Include SDL.h in i_input.h Needed by next commit
--- a/src/i_input.h
+++ b/src/i_input.h
@@ -22,6 +22,9 @@
#include "doomtype.h"
+#include "SDL.h"
+
+
#define MAX_MOUSE_BUTTONS 8
extern float mouse_acceleration;