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

8 lines
152 B
C

#ifndef PCELLDET_DEFINED
#define PCELLDET_DEFINED
struct celldetails;
typedef struct celldetails* PCELLDETAILS;
#endif /* !PCELLDET_DEFINED */