commit dcb88e2760625df95e16b666cd1a00e4a6f879c0
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Thu Sep 8 13:53:11 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 12:35:52 2022 +0300
video: Include SDL.h in i_input.h
Needed by next commit
---
src/i_input.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/i_input.h b/src/i_input.h
index 8e3b2f1f..280c8689 100644
--- 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;