File: ge3drc.h

package info (click to toggle)
vrwave 0.9-4
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 5,032 kB
  • ctags: 7,153
  • sloc: java: 15,050; ansic: 8,219; sh: 458; makefile: 181
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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