Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 12:04:49 AM (16 years ago)
Author:
scheusso
Message:

made Model and WorldEntity synchronisable

File:
1 edited

Legend:

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

    r571 r630  
    5858  int getSize();
    5959  bool updateData(syncData vars);
    60   virtual void registerAllVariables()=0;
    61   virtual bool create(){return true;}
     60  void registerAllVariables();
     61  virtual bool create()=0;
    6262protected:
    6363  Synchronisable();
Note: See TracChangeset for help on using the changeset viewer.