summaryrefslogtreecommitdiffstats
path: root/Gui/skin/cut.h
blob: d50cabe201c17accdafee0dd5128c95f0528cf74 (plain)
1
2
3
4
5
6
7
8
9

#ifndef _MYCUTS
#define _MYCUTS

extern void cutItem( char * in,char * out,char sep,int num );

extern void cutChunk( char * in,char * s1 );

#endif