Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2008, 9:45:05 PM (16 years ago)
Author:
scheusso
Message:

further changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/packet/Packet.h

    r1701 r1705  
    4747    Gamestate,
    4848    ClassID,
    49     Chat
     49    Chat,
     50    Welcome
    5051  };
    5152}
     
    6566   
    6667    void setClientID( int id ){ clientID_ = id; }
    67     void setPacketContent(PacketContent *content){ packetContent_=content; }
     68    void setPacketContent(PacketContent *content);
    6869   
    6970    bool send();
Note: See TracChangeset for help on using the changeset viewer.