00001 #include "TiltInterface.h" 00002 00003 namespace RenderTools { 00004 00005 Vec3 TiltInterface::s_orientation; 00006 bool TiltInterface::s_state = true; 00007 00008 const Vec3 & TiltInterface::getOrientation( void ){ 00009 return( s_orientation ); 00010 } 00011 00012 bool TiltInterface::getState( void ){ 00013 return( s_state ); 00014 } 00015 00016 }; 00017
1.5.8