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