From d8a1f3daf6f4f00b9fb996072f8f3641f11a4de2 Mon Sep 17 00:00:00 2001 From: skyjake Date: Tue, 9 Sep 2003 21:42:37 +0000 Subject: [PATCH] Added p_player.h --- doomsday/Include/de_play.h | 1 + 1 file changed, 1 insertion(+) diff --git a/doomsday/Include/de_play.h b/doomsday/Include/de_play.h index d4b5e62ea7..b39f0c6ef0 100644 --- a/doomsday/Include/de_play.h +++ b/doomsday/Include/de_play.h @@ -26,6 +26,7 @@ #include "p_data.h" #include "p_think.h" +#include "p_player.h" #include "p_mobj.h" #include "p_intercept.h" #include "p_maputil.h"