From 02a5595973b61d2cf789b9074167ed73b928d157 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 13 Nov 2002 08:38:02 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r206, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=207 --- xgui/xgui-lib/xgui_lib.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xgui/xgui-lib/xgui_lib.c (limited to 'xgui/xgui-lib/xgui_lib.c') diff --git a/xgui/xgui-lib/xgui_lib.c b/xgui/xgui-lib/xgui_lib.c new file mode 100644 index 00000000..62940bc2 --- /dev/null +++ b/xgui/xgui-lib/xgui_lib.c @@ -0,0 +1,17 @@ +/* xgui */ + +#include "m_pd.h" +#include "seg.c" +#include "number.c" + +void seg_setup(); +void number_setup(); + +void xgui_lib_setup(void) +{ + post("++ Xgui - Damien HENRY"); + post("++ v0.08"); + seg_setup(); + number_setup(); +} + -- cgit v1.2.1