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_quaternion.h

    r7444 r7459  
    1919    virtual int writeToBuf( byte * buf, int maxLength );
    2020    virtual int readFromBuf( byte * buf, int maxLength );
     21       
     22    /**
     23     * check if writeToBuf will return the same size every time
     24     * @return true if same size every time
     25     */
     26    virtual bool hasStaticSize(){ return true; };
    2127   
    2228  private:
Note: See TracChangeset for help on using the changeset viewer.