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