2025-04-27 07:49:33 -04: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 */