view gui/skin/cut.h @ 23196:019bfce0c0dc

Make functions and variables not used outside bitmap.c static
author reimar
date Wed, 02 May 2007 16:24:23 +0000
parents 17bf4f4b0715
children f15bce7943b9
line wrap: on
line source


#ifndef _CUT_H
#define _CUT_H

extern void  cutItem( char * in,char * out,char sep,int num );
extern int   cutItemToInt( char * in,char sep,int num );
extern float cutItemToFloat( char * in,char sep,int num );
extern void  cutChunk( char * in,char * s1 );

#endif