Changeset 171c4fe in network-game for common


Ignore:
Timestamp:
Nov 26, 2012, 8:02:56 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
07028b9, ec48e7d
Parents:
d2b411a
Message:

Added a logout message and the ability for the client to save it's username once it logs in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/message.h

    rd2b411a r171c4fe  
    33
    44#define MSG_TYPE_LOGIN  1
    5 #define MSG_TYPE_CHAT   2
     5#define MSG_TYPE_LOGOUT 2
     6#define MSG_TYPE_CHAT   3
    67
    78typedef struct
Note: See TracChangeset for help on using the changeset viewer.