Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2010, 3:43:42 PM (14 years ago)
Author:
smerkli
Message:

some progress, nothing working yet though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/modules/masterserver/MasterServer.h

    r7565 r7568  
    44/* orxonox includes */
    55#include <enet/enet.h>
    6 #include "packet/Chat.h"
    7 #include "packet/ClassID.h"
    8 #include "packet/DeleteObjects.h"
    9 #include "packet/FunctionIDs.h"
    10 #include "packet/Gamestate.h"
    11 #include "packet/Welcome.h"
     6#include <network/packet/Chat.h>
     7#include <network/packet/ClassID.h>
     8#include <network/packet/DeleteObjects.h>
     9#include <network/packet/FunctionIDs.h>
     10#include <network/packet/Gamestate.h>
     11#include <network/packet/Welcome.h>
    1212
    1313/* my includes */
    14 #include <ServerList.h>
     14#include "ServerList.h"
    1515
    1616/* c compatibility */
Note: See TracChangeset for help on using the changeset viewer.