summaryrefslogblamecommitdiff
path: root/src/emap/map.h
blob: ed25665bdaacb40dab05dfd161c5c4b9b7913aa1 (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_MAP
#define EVOL_MAP_MAP

int emap_addflooritem_post(int retVal, struct item *item, int *amount, int16 *m, int16 *x, int16 *y, int *first_charid, int *second_charid, int *third_charid, int *flags);
void emap_online_list(int fd);

#endif  // EVOL_MAP_MAP