9 lines
174 B
C
9 lines
174 B
C
|
#ifndef PHEIGHTS_DEFINED
|
||
|
#define PHEIGHTS_DEFINED
|
||
|
|
||
|
struct heights;
|
||
|
typedef struct heights* PHEIGHTS;
|
||
|
typedef const struct heights* PCHEIGHTS;
|
||
|
|
||
|
#endif /* !POBJDIME_DEFINED */
|