src
rviz
ogre_helpers
ogre_vector.h
Go to the documentation of this file.
1
// OgrePrerequisites.h is needed for version_check to work
2
#include <OgrePrerequisites.h>
3
#include <
rviz/ogre_helpers/version_check.h
>
4
#if OGRE_VERSION < OGRE_VERSION_CHECK(1, 12, 0)
5
#include <OgreVector3.h>
6
#else
7
#include <OgreVector.h>
8
#endif
version_check.h
rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust, William Woodall
autogenerated on Fri Aug 2 2024 08:43:10