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

View File

@@ -17,7 +17,6 @@
#include "AreaBoundary.h"
#include "Unit.h"
#include <vector>
// ---== RECTANGLE ==---
RectangleBoundary::RectangleBoundary(float southX, float northX, float eastY, float westY, bool isInverted) :

View File

@@ -19,6 +19,7 @@
#define TRINITY_AREA_BOUNDARY_H
#include "Position.h"
#include <vector>
class TC_GAME_API AreaBoundary
{