nopch fix (for real this time)

This commit is contained in:
Shauren
2025-02-06 21:30:44 +01:00
parent 926f36758a
commit e5fd0bd793
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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) :
+1
View File
@@ -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
{ {