summaryrefslogblamecommitdiff
path: root/src/emap/horse.h
blob: cdd5251f9fd280c372e0b70c03e91f54573155a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                         
// 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