From f20f9547576153b536be337e47e7a6b79500e2c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 28 Sep 2015 15:14:02 +0300 Subject: Add functions for support battleground extension object. --- src/emap/struct/bgdext.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/emap/struct/bgdext.h (limited to 'src/emap/struct') diff --git a/src/emap/struct/bgdext.h b/src/emap/struct/bgdext.h new file mode 100644 index 0000000..7b870ad --- /dev/null +++ b/src/emap/struct/bgdext.h @@ -0,0 +1,12 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_BGDEXT +#define EVOL_MAP_BGDEXT + +struct BgdExt +{ + int teamId; +}; + +#endif // EVOL_MAP_BGDEXT -- cgit v1.2.3-70-g09d2