summaryrefslogtreecommitdiffstats
path: root/Gui/skin/cut.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/cut.h')
-rw-r--r--Gui/skin/cut.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gui/skin/cut.h b/Gui/skin/cut.h
new file mode 100644
index 0000000000..d50cabe201
--- /dev/null
+++ b/Gui/skin/cut.h
@@ -0,0 +1,9 @@
+
+#ifndef _MYCUTS
+#define _MYCUTS
+
+extern void cutItem( char * in,char * out,char sep,int num );
+
+extern void cutChunk( char * in,char * s1 );
+
+#endif \ No newline at end of file