8 lines
145 B
C
8 lines
145 B
C
|
#ifndef PCELLDET_DEFINED
|
||
|
#define PCELLDET_DEFINED
|
||
|
|
||
|
struct celldetails;
|
||
|
typedef struct celldetails* PCELLDETAILS;
|
||
|
|
||
|
#endif /* !PCELLDET_DEFINED */
|