Changeset f419b09 in network-game for common/MessageContainer.h


Ignore:
Timestamp:
Sep 22, 2013, 9:03:47 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
c044a36
Parents:
753fa8a
Message:

Added a Game class and new messages types for creating, joining, and leaving games

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/MessageContainer.h

    r753fa8a rf419b09  
    3131#define MSG_TYPE_PROJECTILE        15
    3232#define MSG_TYPE_REMOVE_PROJECTILE 16
     33#define MSG_TYPE_CREATE_GAME       17
     34#define MSG_TYPE_JOIN_GAME         18
     35#define MSG_TYPE_LEAVE_GAME        19
    3336
    3437typedef struct
Note: See TracChangeset for help on using the changeset viewer.