plugy/PlugY/savePath.h
2021-01-04 08:07:29 +01:00

16 lines
432 B
C

/*=================================================================
File created by Yohann NICOLAS.
Changing the current save path.
=================================================================*/
#pragma once
#include "common.h"
extern char* savePath;
extern bool active_changingSavePath;
void Install_ChangingSavePath();
/*================================= END OF FILE =================================*/