plugy/PlugY/extraOptions.h

32 lines
1.0 KiB
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
More little options.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern int active_DisplayItemLevel;
2017-01-23 19:34:12 +00:00
extern DWORD nbPlayersCommandByDefault;
2017-06-19 13:01:03 +00:00
extern DWORD nbPlayersCommand;
2017-01-23 19:34:12 +00:00
extern int active_alwaysRegenMapInSP;
extern int active_RunLODs;
extern int active_AlwaysDisplayLifeMana;
extern int active_EnabledTXTFilesWithMSExcel;
extern int active_DisplayBaseStatsValue;
extern int active_LadderRunewords;
extern int active_EnabledCowPortalWhenCowKingWasKill;
void Install_DisplayItemLevel();
2017-01-23 19:34:12 +00:00
void Install_SendPlayersCommand();
void Install_AlwaysRegenMapInSP();
void Install_RunLODs();
void Install_AlwaysDisplayLifeMana();
void Install_EnabledTXTFilesWithMSExcel();
void Install_DisplayBaseStatsValue();
void Install_LadderRunewords();
void Install_EnabledCowPortalWhenCowKingWasKill();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/