tp/include/f/f_pc/f_pc_line.h

9 lines
90 B
C

#ifndef F_PC_LINE_H
#define F_PC_LINE_H
extern "C" {
void fpcLn_Create(void);
};
#endif