Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
GroupRefManager.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SF_GROUPREFMANAGER_H
7#define SF_GROUPREFMANAGER_H
8
9#include "RefManager.h"
10
11class Group;
12class Player;
13class GroupReference;
14
15class GroupRefManager : public RefManager<Group, Player>
16{
17public:
20};
21#endif
Definition Group.h:147
GroupReference const * getFirst() const
GroupReference * getFirst()
Reference< TO, FROM > * getFirst()
Definition RefManager.h:20