source:
trunk/VUT/GtpVisibilityPreprocessor/src/VisibilityVector3.h
@
162
Revision 162, 258 bytes checked in by bittner, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _VisibilityVector3_H__ |
2 | #define _VisibilityVector3_H__ |
3 | |
4 | #include "OgreVector3.h" |
5 | |
6 | namespace 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.