Changeset edfd1d0 in network-game for common/Message.h


Ignore:
Timestamp:
Dec 25, 2012, 6:27:14 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
4c202e0
Parents:
baaf6c8
Message:

Moved the Player class to the common directory, added a position to Player, added a new message type for sending player info, and made the server broadcast player positions everytime it receives and replies to a message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Message.h

    rbaaf6c8 redfd1d0  
    66#define MSG_TYPE_LOGOUT       3
    77#define MSG_TYPE_CHAT         4
     8#define MSG_TYPE_PLAYER       5
    89
    910typedef struct
Note: See TracChangeset for help on using the changeset viewer.