mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
17 lines
441 B
C
17 lines
441 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Change Stat win per level up.
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
extern bool active_StatPerLevelUpChange;
|
||
|
extern DWORD statPerLevelUp;
|
||
|
|
||
|
void Install_StatPerLevelUp();
|
||
|
|
||
|
/*================================= END OF FILE =================================*/
|