blob: cdd5251f9fd280c372e0b70c03e91f54573155a9 (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_HORSE
#define EVOL_MAP_HORSE
void horse_add_bonus(TBL_PC *sd);
unsigned short horse_add_speed_bonus(TBL_PC *sd, unsigned short val);
#endif // EVOL_MAP_HORSE
|