aboutsummaryrefslogtreecommitdiff
path: root/src/game/GroupReference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GroupReference.h')
-rw-r--r--src/game/GroupReference.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GroupReference.h b/src/game/GroupReference.h
index e1e550ada73..da896cf02dd 100644
--- a/src/game/GroupReference.h
+++ b/src/game/GroupReference.h
@@ -17,11 +17,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#ifndef _GROUPREFERENCE_H
#define _GROUPREFERENCE_H
+
#include "Utilities/LinkedReference/Reference.h"
+
class Group;
class Player;
+
class TRINITY_DLL_SPEC GroupReference : public Reference<Group, Player>
{
protected: