]> git.mxchange.org Git - simgear.git/blobdiff - simgear/environment/visual_enviro.hxx
- new FSF addresses
[simgear.git] / simgear / environment / visual_enviro.hxx
index e3740b6c7ebb208775748b22a380e2c837952c15..33f53c7577207db7194f7dc557820f3aa483623c 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 //
 #ifndef _VISUAL_ENVIRO_HXX
@@ -24,7 +24,9 @@
 
 #include <simgear/compiler.h>
 #include STL_STRING
+#include <vector>
 
+SG_USING_STD(vector);
 SG_USING_STD(string);
 
 class SGLightning;
@@ -217,6 +219,8 @@ public:
        void getFOV( float &w, float &h );
 
        list_of_SGWxRadarEcho *get_radar_echo(void);
+
+       sgMat4 *get_transform(void) { return &transform; }
 };
 
 extern SGEnviro sgEnviro;