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/Host.h

    r1699 r1705  
    3131#include <string>
    3232
     33#include "NetworkPrereqs.h"
    3334#include "packet/Chat.h"
    3435
     
    4445    virtual bool sendChat(packet::Chat *chat)=0;
    4546    virtual bool queuePacket(ENetPacket *packet, int clientID)=0;
    46     virtual bool ackGamestateID(int gamestateID, int clientID)=0;
    4747    virtual unsigned int shipID()=0;
    4848    virtual int playerID()=0;
    4949   
    50     static Host *instance_;
    5150   
    5251   
     
    5453    Host();
    5554    ~Host();
     55    static Host *instance_;
    5656   
    5757  public:
     
    6262    static int getPlayerID();
    6363    static unsigned int getShipID();
    64     static bool ackGamestate(int gamestateID, int clientID);
     64   
     65    // packet process functions
    6566};
    6667
Note: See TracChangeset for help on using the changeset viewer.