diff options
| author | bigbossbro08 <bigbossbro08@gmail.com> | 2020-05-10 19:54:37 +0600 |
|---|---|---|
| committer | bigbossbro08 <bigbossbro08@gmail.com> | 2020-05-10 19:54:37 +0600 |
| commit | af6e132b37e8b7e89e4c0c7a52e5bb81e4b1b9a8 (patch) | |
| tree | 76d91c02ec3701babef050228de8a40fe2306dcd /src/peds/PedIK.h | |
| parent | Small unification (diff) | |
| download | re3-af6e132b37e8b7e89e4c0c7a52e5bb81e4b1b9a8.tar.gz | |
defined out asserts.
Diffstat (limited to 'src/peds/PedIK.h')
| -rw-r--r-- | src/peds/PedIK.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index fd9e4702..566193d6 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -64,4 +64,7 @@ public: bool LookAtPosition(CVector const& pos); bool RestoreLookAt(void); }; + +#ifdef CHECK_STRUCT_SIZES static_assert(sizeof(CPedIK) == 0x28, "CPedIK: error"); +#endif |
