Clean up for VisualStudio build

This commit is contained in:
Robert Osfield
2002-04-13 22:19:29 +00:00
parent 65e0a5f9d2
commit 8a5c6d5102
44 changed files with 190 additions and 3610 deletions

View File

@@ -5,10 +5,10 @@
#ifndef OSG_GEOSET
#define OSG_GEOSET 1
#include <osg/Drawable>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/Drawable>
namespace osg {

View File

@@ -20,17 +20,15 @@
#ifndef OSGTEXT_TEXT
#define OSGTEXT_TEXT 1
#include <string>
#include <osg/GL>
#include <osg/Drawable>
#include <osg/GL>
#include <osg/Vec3>
#include <osg/Vec2>
// http://homepages.paradise.net.nz/henryj/code/
#include <osgText/Font>
#include <string>
namespace osgText {
class OSGTEXT_EXPORT Text : public osg::Drawable