plugy/PlugY/savePath.h

16 lines
432 B
C
Raw Permalink Normal View History

/*=================================================================
File created by Yohann NICOLAS.
2021-01-04 07:07:29 +00:00
Changing the current save path.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern char* savePath;
extern bool active_changingSavePath;
void Install_ChangingSavePath();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/