source: GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityAxisAlignedBox.h @ 65

Revision 65, 304 bytes checked in by bittner, 19 years ago (diff)

Merged headers and sources for dummy modules. Added GtpVisibilityPreprocessor?

Line 
1#ifndef _VisibilityAxisAlignedBox_H__
2#define _VisibilityAxisAlignedBox_H__
3
4#include "OgreAxisAlignedBox.h"
5
6namespace 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.