commit 9be23a37a40205c5a64a44d4f4d816128541007d
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Sep 7 15:25:44 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Tue Nov 1 17:55:30 2022 +0200
doom: Include m_fixed.h in g_game.h
Needed by next commit
---
src/doom/g_game.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/doom/g_game.h b/src/doom/g_game.h
index 487dc667..5a7e607f 100644
--- a/src/doom/g_game.h
+++ b/src/doom/g_game.h
@@ -23,6 +23,7 @@
#include "doomdef.h"
#include "d_event.h"
#include "d_ticcmd.h"
+#include "m_fixed.h"
//