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

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

Merged headers and sources for dummy modules. Added GtpVisibilityPreprocessor?

Line 
1#ifndef _VisibilityVector3_H__
2#define _VisibilityVector3_H__
3
4#include "OgreVector3.h"
5
6namespace GtpVisibility {
7  /** Vector3 class currently uses the native Ogre vector when compiled with the Ogre platform */
8  typedef Ogre::Vector3 Vector3;
9}
10
11
12
13#endif
Note: See TracBrowser for help on using the repository browser.