Added visual workspace files for osgSim nodekit and osglightpoint demo.

This commit is contained in:
Robert Osfield
2002-11-19 12:23:45 +00:00
parent e02ae73edc
commit 2b957675d5
6 changed files with 409 additions and 2 deletions

View File

@@ -29,12 +29,12 @@ extern "C" {
[AC_MSG_ERROR(OpenSceneGraph library not found. See http://www.openscenegraph.org)],)
\endverbatim
*/
extern SG_EXPORT const char* osgSimGetVersion();
extern OSGSIM_EXPORT const char* osgSimGetVersion();
/**
* osgSimGetLibraryName() returns the library name in human friendly form.
*/
extern SG_EXPORT const char* osgSimGetLibraryName();
extern OSGSIM_EXPORT const char* osgSimGetLibraryName();
}