blob: 675bf0e0ec2eec49c86ea66d601cd39043d85ce9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_MAP_UNIT
#define EVOL_MAP_UNIT
int eunit_can_move(struct block_list *bl);
int eunit_walktoxy(struct block_list *bl, short *x, short *y, int *flagPtr);
#endif // EVOL_MAP_UNIT
|