2020-09-30 16:53:55 +02:00

9 lines
182 B
C

#ifndef PHEIGHTS_DEFINED
#define PHEIGHTS_DEFINED
struct heights;
typedef struct heights* PHEIGHTS;
typedef const struct heights* PCHEIGHTS;
#endif /* !POBJDIME_DEFINED */