OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Version.h
Go to the documentation of this file.
1 // Code by: Jeremy Moles (cubicool) 2007-2008
2 
3 #ifndef OSGWIDGET_VERSION
4 #define OSGWIDGET_VERSION
5 
6 #include <osgWidget/Export>
7 
8 extern "C" {
9 
26 extern OSGWIDGET_EXPORT const char* osgWidgetGetVersion();
27 
31 extern OSGWIDGET_EXPORT const char* osgWidgetGetLibraryName();
32 
33 }
34 
35 #endif
#define OSGWIDGET_EXPORT
Definition: Export.h:42
OSGWIDGET_EXPORT const char * osgWidgetGetVersion()
OSGWIDGET_EXPORT const char * osgWidgetGetLibraryName()