plugy/PlugY/commands.h
2017-01-23 20:34:12 +01:00

21 lines
580 B
C

/*=================================================================
File created by Yohann NICOLAS.
Commands directly in game.
=================================================================*/
#pragma once
#include "common.h"
extern bool active_Commands;
void savePlayers(Unit* ptChar);
void maxGold(Unit* ptChar);
void putGold(Unit* ptChar, DWORD amount);
void takeGold(Unit* ptChar, DWORD amount);
void updateSharedGold(DWORD goldAmount);
void Install_Commands();
/*================================= END OF FILE =================================*/