source:
trunk/VUT/GtpVisibility/include/VisibilityAxisAlignedBox.h
@
65
Revision 65, 304 bytes checked in by bittner, 20 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[65] | 1 | #ifndef _VisibilityAxisAlignedBox_H__ |
2 | #define _VisibilityAxisAlignedBox_H__ | |
3 | ||
4 | #include "OgreAxisAlignedBox.h" | |
5 | ||
6 | namespace GtpVisibility { | |
7 | /** This class currently uses the native Ogre AxisAlignedBox when | |
8 | compiled with the Ogre platform */ | |
9 | typedef Ogre::AxisAlignedBox AxisAlignedBox; | |
10 | } | |
11 | ||
12 | ||
13 | ||
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.