Changeset 0cc431d in network-game for common


Ignore:
Timestamp:
Nov 26, 2012, 5:55:19 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
d2b411a
Parents:
2488852
Message:

Added a state to the client and began using message types. Created a simple system for sending the username to the server before being logged in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/message.h

    r2488852 r0cc431d  
    22#define _MESSAGE_H
    33
    4 #define MSG_TYPE_SOMETHING 1000
     4#define MSG_TYPE_LOGIN  1
     5#define MSG_TYPE_CHAT   2
    56
    67typedef struct
Note: See TracChangeset for help on using the changeset viewer.