Renamed EnvVar header to os_utils in prep for adding more OS related calls to it
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef OSG_EnvVar
|
||||
#define OSG_EnvVar 1
|
||||
#ifndef OSG_osg_utils
|
||||
#define OSG_osg_utils 1
|
||||
|
||||
#include <osg/Config>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <osg/ApplicationUsage>
|
||||
#include <osg/Object>
|
||||
#include <osg/Math>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/ref_ptr>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <osg/CullSettings>
|
||||
#include <osg/ArgumentParser>
|
||||
#include <osg/ApplicationUsage>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
|
||||
#include <osg/Notify>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <osg/Math>
|
||||
#include <osg/Notify>
|
||||
#include <osg/GL>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/ref_ptr>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <osg/Notify>
|
||||
#include <osg/Math>
|
||||
#include <osg/buffered_value>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/ApplicationUsage>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <osg/View>
|
||||
#include <osg/GLObjects>
|
||||
#include <osg/ContextData>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
|
||||
#include <osg/FrameBufferObject>
|
||||
#include <osg/Program>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
#include <osg/Notify>
|
||||
#include <osg/ApplicationUsage>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/ref_ptr>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <osg/Drawable>
|
||||
#include <osg/ApplicationUsage>
|
||||
#include <osg/ContextData>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <osg/GL>
|
||||
#include <osg/DeleteHandler>
|
||||
#include <osg/ApplicationUsage>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <osg/DeleteHandler>
|
||||
#include <osg/io_utils>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/TextureRectangle>
|
||||
#include <osg/TextureCubeMap>
|
||||
|
||||
@@ -35,7 +36,6 @@
|
||||
#include <osgViewer/config/WoWVxDisplay>
|
||||
#include <osgViewer/config/SingleWindow>
|
||||
|
||||
#include <osg/EnvVar>
|
||||
|
||||
#include <sstream>
|
||||
#include <string.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <osgViewer/View>
|
||||
#include <osgViewer/Renderer>
|
||||
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/io_utils>
|
||||
|
||||
#include <osg/TextureCubeMap>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <osg/TexMat>
|
||||
#include <osg/Texture2D>
|
||||
#include <osg/TextureRectangle>
|
||||
#include <osg/EnvVar>
|
||||
#include <osg/os_utils>
|
||||
#include <osg/io_utils>
|
||||
|
||||
#include <osgViewer/Viewer>
|
||||
|
||||
Reference in New Issue
Block a user