28 #ifndef __H3D_LIBRARY_INFO_H__
29 #define __H3D_LIBRARY_INFO_H__
Base header file that handles all configuration related settings.
H3D API namespace.
Definition: Anchor.h:38
Structure to contain information about a shared library of extra nodes outside.
Definition: LibraryInfo.h:39
char web[256]
Web address with information about the library.
Definition: LibraryInfo.h:56
char version[256]
The version of the library.
Definition: LibraryInfo.h:54
char info[4096]
Description of the library.
Definition: LibraryInfo.h:62
char name[256]
The name of the library.
Definition: LibraryInfo.h:52
char developer[256]
The developer of the library.
Definition: LibraryInfo.h:58
char developer_web[256]
Web address to the developer.
Definition: LibraryInfo.h:60