- separated FCheckPosition and its FPortalGroupTable substructure into its own header because this was creating too many dependencies on other headers with FCheckPosition in p_local.h and FPortalGroupTable in portals.h.

This commit is contained in:
Christoph Oelckers 2016-02-15 13:40:31 +01:00
commit f24bf7e622
10 changed files with 144 additions and 75 deletions

View file

@ -41,6 +41,7 @@
#include "p_effect.h"
#include "p_terrain.h"
#include "p_trace.h"
#include "p_checkposition.h"
#include "r_utility.h"
#include "s_sound.h"