summaryrefslogtreecommitdiff
path: root/src/include/Coords.h
blob: f117fa1d75322d625435993476e9f3112e87bb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 /*@@
   @header    Coord.h
   @date      Mon April 12 1999
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for coordinate functions
   @enddesc 
   @version $Header$
 @@*/

#ifndef _COORD_H_
#define _COORD_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif


struct Coordprops
{
  char * name;
  int    index;
  int    direction;
};



#ifdef __cplusplus 
}
#endif

#endif