Add copy button to wx GUI. Patch from bit.
This commit is contained in:
parent
75a483f1a6
commit
25620bdc63
5 changed files with 1193 additions and 1004 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue