// ***DO NOT EDIT THIS FILE - IT IS AUTOMATICALLY GENERATED BY CMAKE***
/* osgEarth
* Copyright 2008-2012 Pelican Mapping
* MIT License
*/
#ifndef OSGEARTH_DETAIL_SHADERS
#define OSGEARTH_DETAIL_SHADERS 1

#include <osgEarth/ShaderLoader>

namespace osgEarth { namespace Detail
{
    struct Shaders : public osgEarth::Util::ShaderPackage
	{
        Shaders();
        std::string VertexView;
        std::string Fragment;
	};
	
} } // namespace osgEarth/Detail

#endif // OSGEARTH_BUMPMAP_SHADERS