libdoomsday|Refactor: Moved ddplayer_s; basic Players array
Relocated some player related API enums/definitions to libdoomsday.
On the client, DoomsdayApp populates the Players array withClientPlayer instances. On the server, the array contains ServerPlayerinstances.
View differences
libdoomsday|Refactor: Moved ddplayer_s; basic Players array
Relocated some player related API enums/definitions to libdoomsday.
On the client, DoomsdayApp populates the Players array with
ClientPlayer instances. On the server, the array contains ServerPlayer
instances.