mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
19 lines
400 B
C
19 lines
400 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Use a more big stash
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __BIGSTASH_HPP__INCLUDED
|
|
#define __BIGSTASH_HPP__INCLUDED
|
|
|
|
#include <windows.h>
|
|
|
|
extern bool active_bigStash;
|
|
extern bool active_bigStash_tested;
|
|
|
|
void Install_BigStash();
|
|
|
|
|
|
#endif |