diff options
Diffstat (limited to 'src/emap/struct/bgdext.h')
-rw-r--r-- | src/emap/struct/bgdext.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |