blob: a398ea03b48c0e64ce4a3ab597308cc25682a6eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_MOB
#define EVOL_MAP_MOB
int emob_deleteslave_sub(struct block_list *bl, va_list ap);
void emob_read_db_additional_fields(struct mob_db *entry,
config_setting_t *it,
int *nPtr, const char *source);
int emob_read_db_mode_sub_post(int retVal,
struct mob_db *entry,
config_setting_t *t);
#endif // EVOL_MAP_MOB
|