mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
16 lines
385 B
C
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
|