examples/DS401_Slave_Gui/tools.h
changeset 295 25ff2fadff89
parent 294 d5493fe07e79
child 296 03f2b8b8cb0b
--- a/examples/DS401_Slave_Gui/tools.h	Sun Sep 30 22:38:58 2007 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#ifndef TOOLS_H_
-#define TOOLS_H_
-
-	#include <wx/wxprec.h>
-	#include <wx/wx.h>
-	#include <wx/textctrl.h>
-	#include <iostream>
-
-	void	IntToString( int i, char* in_pszbuffer );
-	char	*wxstr_to_charbuf(wxString	s);
-	void	charbuf_free(char	*s);
-
-#endif /*TOOLS_H_*/