Actually write the damn tool
This commit is contained in:
12
renpy-filepicker-saver.c
Normal file
12
renpy-filepicker-saver.c
Normal file
@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include "./tinyfiledialogs/tinyfiledialogs.h"
|
||||
|
||||
int main () {
|
||||
char* filename = tinyfd_saveFileDialog("Please select an export location",
|
||||
"wani-export.zip",
|
||||
0,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
printf("%s\n", filename);
|
||||
}
|
Reference in New Issue
Block a user