00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: cbanking_p.h 409 2005-08-05 18:13:06Z aquamaniac $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef GWEN_GUI_CGUI_L_H 00015 #define GWEN_GUI_CGUI_L_H 00016 00017 00018 #include "cgui.h" 00019 #include <gwenhywfar/gui_be.h> 00020 #include <gwenhywfar/buffer.h> 00021 00022 00023 void GWEN_Gui_CGui_GetRawText(GWEN_GUI *gui, 00024 const char *text, 00025 GWEN_BUFFER *tbuf); 00026 00027 00028 00029 00030 #endif 00031 00032 00033