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

8 lines
128 B
C

#ifndef PLSFGI_DEFINED
#define PLSFGI_DEFINED
struct lsfgi;
typedef struct lsfgi* PLSFGI;
#endif /* !PLSFGI_DEFINED */