plugy/PlugY/statPerLevelUp.h

16 lines
438 B
C
Raw Permalink Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Change Stat win per level up.
=================================================================*/
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern bool active_StatPerLevelUpChange;
extern DWORD statPerLevelUp;
void Install_StatPerLevelUp();
/*================================= END OF FILE =================================*/