aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/Placeable.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-08-15 17:52:12 +0300
committereray orçunus <erayorcunus@gmail.com>2019-08-15 17:54:49 +0300
commit8f18f848363ba71ee74f13f88ac5a6c5da78b3ba (patch)
tree35bac433fe9a98acdaae40c62cb8753ce422aa54 /src/core/Placeable.h
parent5bea16c7ccc617828d0aee2da23c8aa3f87375df (diff)
parent88fcac85d32e5bef978a3a1e4d3ace0fcce09815 (diff)
Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun
Diffstat (limited to 'src/core/Placeable.h')
-rw-r--r--src/core/Placeable.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/Placeable.h b/src/core/Placeable.h
index c3932572..2df26a7c 100644
--- a/src/core/Placeable.h
+++ b/src/core/Placeable.h
@@ -25,6 +25,4 @@ public:
bool IsWithinArea(float x1, float y1, float x2, float y2);
bool IsWithinArea(float x1, float y1, float z1, float x2, float y2, float z2);
};
-static_assert(sizeof(CPlaceable) == 0x4C, "CPlaceable: error");
-
-
+static_assert(sizeof(CPlaceable) == 0x4C, "CPlaceable: error"); \ No newline at end of file