From Marco, fixes to osgIntrospection and related libs

This commit is contained in:
Robert Osfield
2004-12-13 02:39:47 +00:00
parent 66396e9452
commit d9802310dc
6 changed files with 134 additions and 18 deletions

View File

@@ -13,6 +13,8 @@ CXXFILES =\
StateAttribute.cpp\
StateSet.cpp\
Vec2.cpp\
Vec3.cpp\
Vec4.cpp\
LIBS += -losg -losgIntrospection $(OTHER_LIBS)

View File

@@ -2,7 +2,7 @@
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Referenced>
#include <osg/Vec2>
using namespace osgIntrospection;