Changeset 5996 in orxonox.OLD for trunk/src/lib/network/synchronizeable.h
- Timestamp:
- Dec 9, 2005, 12:31:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/synchronizeable.h
r5822 r5996 15 15 16 16 Synchronizeable(const char* name); 17 Synchronizeable(); 17 18 ~Synchronizeable(); 18 19 19 20 virtual void writeBytes(const byte* data, int length); 20 virtual int readBytes(byte* data) const;21 virtual int readBytes(byte* data); 21 22 virtual void writeDebug() const; 22 23 virtual void readDebug() const;
Note: See TracChangeset
for help on using the changeset viewer.