mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Missing include.
This commit is contained in:
parent
a5e16e3261
commit
a235d23c94
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue