#ifndef __FWTEXT__ #define __FWTEXT__ void fwTextReset ( void ); void fwTextSetFont ( int CostumeID, char FirstChar ); int fwTextAdd ( char Text[], int xpos, int ypos ); void fwTextPos ( int TextID, int xpos, int ypos ); void fwTextChange ( int textID, char Text[] ); void fwTextHide ( int textID ); void fwTextShow ( int textID ); void fwTextSetRGB ( int textID, int red, int green, int blue ); #endif