summaryrefslogtreecommitdiff
path: root/src/emap/party.h
blob: 3148de130fd2349ca0ce96a68cf0d6ce556525a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_MAP_PARTY
#define EVOL_MAP_PARTY

int eparty_exp_share(struct party_data **p,
                     struct block_list **src,
                     unsigned int *baseexp,
                     unsigned int *jobexp,
                     int *zeny);

#endif  // EVOL_MAP_PARTY