Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2006, 1:50:25 PM (18 years ago)
Author:
rennerc
Message:

finished some SynchronizeableVars classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/synchronizeable_var/synchronizeable_float.h

    r7444 r7459  
    1717    virtual int writeToBuf( byte * buf, int maxLength );
    1818    virtual int readFromBuf( byte * buf, int maxLength );
     19       
     20    /**
     21     * check if writeToBuf will return the same size every time
     22     * @return true if same size every time
     23     */
     24    virtual bool hasStaticSize(){ return true; };
    1925   
    2026  private:
Note: See TracChangeset for help on using the changeset viewer.