From 4e1f50035e860a00636ca5d804c267119df99601 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 11 Aug 2013 04:09:45 +0200 Subject: Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu --- src/pathfinder.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/pathfinder.h') diff --git a/src/pathfinder.h b/src/pathfinder.h index 7caf5844e..dd41227f7 100644 --- a/src/pathfinder.h +++ b/src/pathfinder.h @@ -25,10 +25,15 @@ with this program; if not, write to the Free Software Foundation, Inc., /******************************************************************************/ #include -#include "server.h" #include "irr_v3d.h" +/******************************************************************************/ +/* Forward declarations */ +/******************************************************************************/ + +class ServerEnvironment; + /******************************************************************************/ /* Typedefs and macros */ /******************************************************************************/ -- cgit v1.2.3