plugy/PlugY/bigStash.h

16 lines
418 B
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Use a more big stash
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern bool active_bigStash;
extern bool active_bigStash_tested;
void Install_BigStash();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/