diff options
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 |