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

16 lines
418 B
C

/*=================================================================
File created by Yohann NICOLAS.
Use a more big stash
=================================================================*/
#pragma once
#include "common.h"
extern bool active_bigStash;
extern bool active_bigStash_tested;
void Install_BigStash();
/*================================= END OF FILE =================================*/