mirror of https://gitlab.com/cppit/jucipp
2 changed files with 13 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||||||
|
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