Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2007, 6:37:35 AM (16 years ago)
Author:
scheusso
Message:

started implementing presentation ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/Synchronisable.cc

    r405 r531  
    1111
    1212#include "Synchronisable.h"
     13#include "orxonox/core/CoreIncludes.h"
     14
    1315
    1416namespace network {
     
    2022Synchronisable::Synchronisable()
    2123{
     24  RegisterRootObject(Synchronisable);
    2225  static int idCounter=0;
    2326  datasize=0;
Note: See TracChangeset for help on using the changeset viewer.