source:
trunk/VUT/GtpVisibility/include/VisibilityVector3.h
@
65
Revision 65, 258 bytes checked in by bittner, 20 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[65] | 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.