blob: 5e35d5786d8f5e87ce60ab88460119a55ea0a9fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_MAP_ITEMDB
#define EVOL_MAP_ITEMDB
bool eitemdb_is_item_usable(struct item_data *item);
void eitemdb_readdb_additional_fields(int *itemid, config_setting_t *it, int *n, const char *source);
#endif // EVOL_MAP_ITEMDB
|