summaryrefslogtreecommitdiffstats
path: root/src/core/Placeable.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-15 17:06:03 +0200
committerGitHub <noreply@github.com>2019-08-15 17:06:03 +0200
commitb246274d9fc198c331a19a5dafc8afad9d911dc7 (patch)
tree35bac433fe9a98acdaae40c62cb8753ce422aa54 /src/core/Placeable.h
parentMerge pull request #190 from Fire-Head/master (diff)
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.gz
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.bz2
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.lz
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.xz
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.zst
re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.zip
Diffstat (limited to '')
-rw-r--r--src/core/Placeable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Placeable.h b/src/core/Placeable.h
index 648b315c..2df26a7c 100644
--- a/src/core/Placeable.h
+++ b/src/core/Placeable.h
@@ -25,4 +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