blob: b14485a31fcaac146108806a52951eba168d3a15 (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_MAP_BGD
#define EVOL_MAP_BGD
struct NgdExt;
struct BgdExt *bgd_get(struct battleground_data *bd);
struct BgdExt *bgd_create(void);
#endif // EVOL_MAP_BGD
|