diff options
author | aap <aap@papnet.eu> | 2019-05-17 14:08:18 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-17 14:08:18 +0200 |
commit | 5b8f20b08e6a40e2b07df73e90c5e84e259140fe (patch) | |
tree | d8c5977bb4fda8c2521fad3810e4436f1bdf2127 /src/Collision.h | |
parent | renames and a fix (diff) | |
download | re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar.gz re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar.bz2 re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar.lz re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar.xz re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.tar.zst re3-5b8f20b08e6a40e2b07df73e90c5e84e259140fe.zip |
Diffstat (limited to 'src/Collision.h')
-rw-r--r-- | src/Collision.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Collision.h b/src/Collision.h index 9d23524f..53a314bd 100644 --- a/src/Collision.h +++ b/src/Collision.h @@ -22,6 +22,7 @@ struct CColBox uint8 piece; void Set(const CVector &min, const CVector &max, uint8 surf, uint8 piece); + CVector GetSize(void) { return max - min; } }; struct CColLine |