mirror of https://gitlab.com/cppit/jucipp
5 changed files with 35 additions and 54 deletions
@ -1 +0,0 @@
|
||||
Source code for the dll's can be found at https://github.com/cppit/dialogs |
||||
@ -1,11 +0,0 @@
|
||||
extern "C" { |
||||
#ifndef JUCI_C_DIALOGS |
||||
#define JUCI_C_DIALOGS |
||||
__declspec(dllimport) const char* c_select_folder(); |
||||
__declspec(dllimport) const char* c_select_file(); |
||||
__declspec(dllimport) const char* c_new_file(); |
||||
__declspec(dllimport) const char* c_new_folder(); |
||||
__declspec(dllimport) const char* c_save_file(); |
||||
#endif // JUCI_C_DIALOGS
|
||||
}; |
||||
|
||||
Loading…
Reference in new issue