Changeset 6331 in orxonox.OLD for branches/network/src/world_entities/skybox.h
- Timestamp:
- Dec 29, 2005, 5:37:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/skybox.h
r6328 r6331 41 41 const char* right, const char* front, const char* back); 42 42 43 virtual voidwriteBytes(const byte* data, int length, int sender);43 virtual int writeBytes(const byte* data, int length, int sender); 44 44 virtual int readBytes(byte* data, int maxLength, int * reciever); 45 45 virtual void writeDebug() const;
Note: See TracChangeset
for help on using the changeset viewer.