plugy/PlugY/savePath.h

16 lines
385 B
C

/*=================================================================
File created by Yohann NICOLAS.
Changing the current save path.
=================================================================*/
#ifndef __SAVEPATH_H__INCLUDED
#define __SAVEPATH_H__INCLUDED
extern char* savePath;
extern bool active_changingSavePath;
void Install_ChangingSavePath();
#endif