/* ge3drc.h - revision control for ge3d library */
/* prevents compiling with other includes than revision of library */
/* must only be changed on changing prototypes or data structures, */
/* not on adding new functions */
/* created: mpichler, 19951013 */
/* changed: mpichler, 19970423 */


#ifndef ge3d_ge3drc_h
#define ge3d_ge3drc_h

#ifndef __PC__
#ifdef __cplusplus
extern const char* what_ge3d_1_5;
static const char* what_ge3d = what_ge3d_1_5;
#endif
#endif

#endif
