diff options
author | aap <aap@papnet.eu> | 2021-05-23 17:45:07 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 20:32:43 +0200 |
commit | 50058371efaf4c5713b7a608db0c7990ec3d78a6 (patch) | |
tree | 314722ae778432755c8ea0563a317df52fe130ee /src/entities/Entity.h | |
parent | Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINES (diff) | |
download | re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.gz re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.bz2 re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.lz re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.xz re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.tar.zst re3-50058371efaf4c5713b7a608db0c7990ec3d78a6.zip |
Diffstat (limited to 'src/entities/Entity.h')
-rw-r--r-- | src/entities/Entity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index 7ee638d7..6174b61d 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -141,11 +141,11 @@ public: return (RpClump*)m_rwObject; } - void GetBoundCentre(CVector &out); + void GetBoundCentre(CVUVECTOR &out); CVector GetBoundCentre(void); float GetBoundRadius(void); float GetDistanceFromCentreOfMassToBaseOfModel(void); - bool GetIsTouching(CVector const ¢er, float r); + bool GetIsTouching(CVUVECTOR const ¢er, float r); bool GetIsOnScreen(void); bool GetIsOnScreenComplex(void); bool IsVisible(void); |