- Timestamp:
- Apr 29, 2006, 2:14:24 PM (19 years ago)
- Location:
- branches/network/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/synchronizeable.cc
r7444 r7445 119 119 * @param id id's which have changed 120 120 */ 121 void varChangeHandler( std::list<int> & id )121 void Synchronizeable::varChangeHandler( std::list<int> & id ) 122 122 { 123 123 #warning implement this -
branches/network/src/world_entities/space_ships/space_ship.h
r7444 r7445 43 43 virtual void process(const Event &event); 44 44 45 virtual int writeBytes(const byte* data, int length, int sender);46 virtual int readBytes(byte* data, int maxLength, int * reciever);47 48 45 private: 49 46 void init();
Note: See TracChangeset
for help on using the changeset viewer.