- Missing include.

This commit is contained in:
drfrag 2019-04-17 15:10:11 +02:00
parent a5e16e3261
commit a235d23c94

View file

@ -2,6 +2,8 @@
#include "actor.h"
#include "r_defs.h"
#include "g_levellocals.h"
// These depend on both actor.h and r_defs.h so they cannot be in either file without creating a cross dependency.
inline DVector3 AActor::PosRelative(int portalgroup) const