Add copy button to wx GUI. Patch from bit.

This commit is contained in:
SarahW 2017-08-21 19:48:51 +01:00
commit 25620bdc63
5 changed files with 1193 additions and 1004 deletions

View file

@ -77,6 +77,7 @@ extern "C" {
int wx_setup(char* path);
int wx_file_exists(char* path);
int wx_dir_exists(char* path);
int wx_copy_file(char* from, char* to, int overwrite);
void wx_date_format(char* s, const char* format);