14 lines
145 B
C
14 lines
145 B
C
#ifndef LIBFDB_H
|
|
#define LIBFDB_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void SendText(const char *text);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |