9 lines
186 B
C
9 lines
186 B
C
|
#ifndef PLSCELL_DEFINED
|
||
|
#define PLSCELL_DEFINED
|
||
|
|
||
|
struct lstextcell;
|
||
|
typedef struct lstextcell* PLSTEXTCELL;
|
||
|
typedef const struct lstextcell* PCLSTEXTCELL;
|
||
|
|
||
|
#endif /* !PLSCELL_DEFINED */
|