[Client] Remove pointless declaration of DedicatedPlayer as struct

This seems to have been a typo left over from Koncord's early work on the project.
pull/593/head
David Cernat 4 years ago
parent e00ee1425a
commit 1f3a17eff7

@ -22,8 +22,6 @@ namespace MWMechanics
namespace mwmp
{
struct DedicatedPlayer;
class DedicatedPlayer : public BasePlayer
{
friend class PlayerList;

Loading…
Cancel
Save