1
0
forked from 0ad/0ad

# housekeeping

remove one entity.h (replace with forward declare) => less coupling

This was SVN commit r4172.
This commit is contained in:
janwas 2006-07-27 01:29:28 +00:00
parent 3195893d1c
commit 8c14a7c8e4
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#include "precompiled.h"
#include "Collision.h"
#include "Entity.h"
#include "EntityManager.h"
#include <float.h>

View File

@ -16,7 +16,10 @@
#define COLLISION_INCLUDED
#include "BoundingObjects.h"
#include "Entity.h"
class CEntity;
class CPlayer;
#include "EntityHandles.h"
struct rayIntersectionResults
{