blob: b14485a31fcaac146108806a52951eba168d3a15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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
|