diff options
Diffstat (limited to 'src/irr_aabb3d.h')
-rw-r--r-- | src/irr_aabb3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irr_aabb3d.h b/src/irr_aabb3d.h index 73bb2db7a..1e2784036 100644 --- a/src/irr_aabb3d.h +++ b/src/irr_aabb3d.h @@ -24,3 +24,5 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <aabbox3d.h> typedef core::aabbox3d<f32> aabb3f; +typedef core::aabbox3d<s16> aabb3s16; +typedef core::aabbox3d<s32> aabb3s32; |