/* definicie funkcii */ void stextout_centre(BITMAP *bmp,FONT *font,char text[256],short x,short y,int c1,int c2); void stextout(BITMAP *bmp,FONT *font,char text[256],short x,short y,int c1,int c2); void stvorec(BITMAP *b,int x,int y,int w,int h); void stvorec2(BITMAP *b,int x,int y,int w,int h); void stvorec3(BITMAP *b,int x,int y,int w,int h); void tdbox(BITMAP *b, int x, int y, int w, int h, int stl);