diff options
Diffstat (limited to 'src/hexen/g_game.c')
-rw-r--r-- | src/hexen/g_game.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hexen/g_game.c b/src/hexen/g_game.c index 1fcceee3..d86f7d93 100644 --- a/src/hexen/g_game.c +++ b/src/hexen/g_game.c @@ -24,6 +24,9 @@ #include <string.h> #include "h2def.h" +#include "i_video.h" +#include "i_system.h" +#include "i_timer.h" #include "m_misc.h" #include "p_local.h" #include "soundst.h" |