nopch fix (for real this time)
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include "AreaBoundary.h"
|
#include "AreaBoundary.h"
|
||||||
#include "Unit.h"
|
#include "Unit.h"
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
// ---== RECTANGLE ==---
|
// ---== RECTANGLE ==---
|
||||||
RectangleBoundary::RectangleBoundary(float southX, float northX, float eastY, float westY, bool isInverted) :
|
RectangleBoundary::RectangleBoundary(float southX, float northX, float eastY, float westY, bool isInverted) :
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#define TRINITY_AREA_BOUNDARY_H
|
#define TRINITY_AREA_BOUNDARY_H
|
||||||
|
|
||||||
#include "Position.h"
|
#include "Position.h"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class TC_GAME_API AreaBoundary
|
class TC_GAME_API AreaBoundary
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user