source: trunk/VUT/GtpVisibility/include/VisibilityRay.h @ 65

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

Merged headers and sources for dummy modules. Added GtpVisibilityPreprocessor?

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