jtmm2/inc/filedialog.h

5 lines
92 B
C

#pragma once
int filedialog_open(char *buf, int n);
int filedialog_save(char *buf, int n);