examples/DS401_Slave_Gui/tools.h
author etisserant
Fri, 21 Sep 2007 17:50:20 +0200
changeset 279 9b69f2fabafe
parent 246 d635cfc520ee
permissions -rw-r--r--
added config.py.in, filled by configure, so that python program using objdictedit can gat compilation params. Reomved old dead files.
#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_*/