diff options
Diffstat (limited to 'src/emap/horse.h')
-rw-r--r-- | src/emap/horse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/horse.h b/src/emap/horse.h new file mode 100644 index 0000000..cdd5251 --- /dev/null +++ b/src/emap/horse.h @@ -0,0 +1,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 |