Changes in common/Player.h [60017fc:62ee2ce] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    r60017fc r62ee2ce  
    1212
    1313#include <string>
    14 #include <sys/time.h>
    1514
    1615#include "Common.h"
     
    3332   void setAddr(sockaddr_in addr);
    3433
    35    void move();
    36 
    3734   int id;
    3835   string name;
    3936   string password;
    4037   sockaddr_in addr;
    41    FLOAT_POSITION pos;
    42    POSITION target;
    43    timespec timeLastUpdated;
     38   POSITION pos;
    4439};
    4540
Note: See TracChangeset for help on using the changeset viewer.