From fd0853d2623dd278b08288331ed42e3be59252fb Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:00:17 +0200 Subject: 2.2 --- RealtimeSync/functions.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RealtimeSync/functions.h (limited to 'RealtimeSync/functions.h') diff --git a/RealtimeSync/functions.h b/RealtimeSync/functions.h new file mode 100644 index 00000000..3d7d522f --- /dev/null +++ b/RealtimeSync/functions.h @@ -0,0 +1,15 @@ +#ifndef FUNCTIONS_H_INCLUDED +#define FUNCTIONS_H_INCLUDED + +#include + +class wxTextCtrl; +class wxDirPickerCtrl; + + +namespace RealtimeSync +{ + void setDirectoryName(const wxString& dirname, wxTextCtrl* txtCtrl, wxDirPickerCtrl* dirPicker); +} + +#endif // FUNCTIONS_H_INCLUDED -- cgit