plugy/PlugY/savePath.h
2017-01-23 20:34:12 +01:00

16 lines
433 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 =================================*/