2025-04-27 07:49:33 -04:00

8 lines
152 B
C

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