examples/DS401_Slave_Gui/tools.h
author etisserant
Tue, 11 Sep 2007 17:34:31 +0200
changeset 272 bbdbf0c17d3c
parent 246 d635cfc520ee
permissions -rw-r--r--
Added SetRoot in networkedit to change project root on the fly
#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_*/