mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
9 lines
203 B
C
9 lines
203 B
C
#ifndef BATTLEGROUNDUTILS_H
|
|
#define BATTLEGROUNDUTILS_H
|
|
|
|
#include "Battleground.h"
|
|
|
|
uint32 GetMinPlayersPerTeam(Battleground* bg, PvPDifficultyEntry const* bracketEntry);
|
|
|
|
#endif // BATTLEGROUNDUTILS_H
|