1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

[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.
This commit is contained in:
David Cernat 2021-05-07 18:40:11 +02:00
parent e00ee1425a
commit 1f3a17eff7

View file

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