Files
befpc/begui/begui/fdb/libfdb.h
memson ea1f7b3b83 updated stuff to allow debugging
added a debug server/shared library project
2002-04-27 08:28:58 +00:00

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