Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2008, 3:25:10 PM (16 years ago)
Author:
scheusso
Message:

sdfsdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/Client.h

    r790 r888  
    1616#include <string>
    1717
     18#include "orxonox/objects/Tickable.h"
     19
    1820#include "NetworkPrereqs.h"
    1921#include "ClientConnection.h"
     
    2123#include "GameStateClient.h"
    2224//#include "NetworkFrameListener.h"
     25
    2326
    2427
     
    3235  *
    3336  */
    34   class _NetworkExport Client : PacketDecoder{
     37  class _NetworkExport Client : PacketDecoder, public orxonox::Tickable{
    3538  public:
    3639    Client();
Note: See TracChangeset for help on using the changeset viewer.