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

9 lines
194 B
C

#ifndef PLSCELL_DEFINED
#define PLSCELL_DEFINED
struct lstextcell;
typedef struct lstextcell* PLSTEXTCELL;
typedef const struct lstextcell* PCLSTEXTCELL;
#endif /* !PLSCELL_DEFINED */