tytd-2019/source/config.h

10 lines
334 B
C

#ifndef CONFIG_TYTD_H
#define CONFIG_TYTD_H
int filetimetype=0; //0= Name(%Y%m%d_%H%M%S).mp4 1=Name(n).mp4 2= Name.mp4 dont overwrite 3= Name.mp4 overwrite
char mypcpath[1000]; //ip address and path for remote pltxt
void LoadConfigSettings();
void SaveConfigSettings();
char* GetProperName(char* path,GRRLIB_ttfFont* myFont);
#endif