dont use submodules to avoid recursion
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "./tinyfiledialogs/tinyfiledialogs.h"
|
||||
#include "tinyfiledialogs/tinyfiledialogs.h"
|
||||
|
||||
int main () {
|
||||
char const * imageFilterPatterns[2] = {"*.png", "*.jpg"};
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "./tinyfiledialogs/tinyfiledialogs.h"
|
||||
#include "tinyfiledialogs/tinyfiledialogs.h"
|
||||
|
||||
int main () {
|
||||
char* filename = tinyfd_saveFileDialog("Please select an export location",
|
||||
|
Reference in New Issue
Block a user